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.
精彩评论