post and get values amongs 3 php file automatically?

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
simbataisa
Forum Newbie
Posts: 1
Joined: Fri Sep 15, 2006 12:06 pm

post and get values amongs 3 php file automatically?

Post by simbataisa »

Is there anyone know how to do? If I have 3 php files, then using the 2nd.php as an agent to get values from the 1st.php and post to the 3rd.php After that, recieving from the 3rd.php and post back to the 1st.php automactically ?
I heard from somewhere that if my server use UNIX, I can make use of /usr/local/bin/lyx feature together with the php command exec(). I'm still not sure how to use it. If anyone know about it, pls teach me how !!! Thanks a lot.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply