开发者

how send data to server via xml using php

开发者 https://www.devze.com 2023-02-20 18:22 出处:网络
i get data in xml from a form in php, the problem is how i send this data to server via xml using php,

i get data in xml from a form in php, the problem is how i send this data to server via xml using php, i thing this is very basic,but i am totally new to xml, kindly help me thanks in advance t开发者_运维问答o every one


You don't "send" information to a database. You connect to it using mysql_connect() and then use SQL commands to insert the info into the database. If this is a remote server then you can use CURL to send the information, but I don't see why that is necessary.


You could use ajax to deal with this problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消