Jump to content

post from php file to a xml file


pwesthead

Recommended Posts

Hi

I want to post some data from my php file to a xml file how would i do this.

here is my php file

$result = mysql_query("insert into ".DB_BANNERS." set banner= '".$_FILES['file']['name']."',link= '".$link."',username= '".$username."',startdate= '".$startdate."',amount= '".$amount."',banner_id= '".$ID."'"); 

 

i want to post the name and link into a xml file

thanks paul

Link to comment
https://forums.phpfreaks.com/topic/264225-post-from-php-file-to-a-xml-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.