Doubt on php. Pass xml file trought scripts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kokart
Forum Newbie
Posts: 1
Joined: Thu Nov 04, 2010 4:16 pm

Doubt on php. Pass xml file trought scripts

Post by kokart »

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!
User avatar
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

Post by AbraCadaver »

1. Post the file to test.php
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.
Post Reply