Hi!
I amb in troubbles and i need some help.
The context:
2 files: index.php and test.php
Index.php creates a xml file
test.php must read the xml file and do insert on Mysql
The problem is how I can pass the xml file from index.php to test.php
A lot of thanks for your help!
Doubt on php. Pass xml file trought scripts
Moderator: General Moderators
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: Doubt on php. Pass xml file trought scripts
1. Post the file to test.php
or
2. index.php saves the file to disk and test.php reads it
or
2. index.php saves the file to disk and test.php reads it
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.