Yet another question.
Can a variable that is created on one php4 file be sent to another php4 file.
Example (and this is all based off of my last post as well):
If I have Bob Jones log in on the opening page, and then make that person's name the variable that takes the right information from the database for that person. On the page that uses the person's log-in as a variable (all the same page, changes based on input from form) there are links to other pages, also php4. Can I send the variable created on page1.php4 to page2.php4 ?
Also:
If I decide to make it all one php4 page, and for the varying content (different pages) to call in different php4 pages using the include(), can it be so that the stuff I call in to the page replaces ALL of the previously present content?
I'm confused. Can you tell?
thanks!
Jeof Oyster
Can a variable that is created on one php4 file be sent to another php4 file.
Example (and this is all based off of my last post as well):
If I have Bob Jones log in on the opening page, and then make that person's name the variable that takes the right information from the database for that person. On the page that uses the person's log-in as a variable (all the same page, changes based on input from form) there are links to other pages, also php4. Can I send the variable created on page1.php4 to page2.php4 ?
Also:
If I decide to make it all one php4 page, and for the varying content (different pages) to call in different php4 pages using the include(), can it be so that the stuff I call in to the page replaces ALL of the previously present content?
I'm confused. Can you tell?
thanks!
Jeof Oyster