help with passing variables

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

User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

I feel (seing you want to pass certain variables n save them over a number of pages) you should combine sessions with your code.

from sessions, you can easily transfer variables (from post or get, or whatever)

read the session tutorial provided by jason in the tutorial section.

sessions are easy and would be the golden ticket for you i think.

good luck
Post Reply