This topic is locked
[SOLVED]

 Pass a value

12/27/2013 2:19:44 AM
PHPRunner General questions
S
SkyForum author

How do I pass a value from one page to another?

Sergey Kornilov admin 12/27/2013

Yes, session variables is the easiest way.

S
SkyForum author 12/27/2013



Yes, session variables is the easiest way.



I'm probably just code illiterate but I do not see how to pass a value that's not a key value, in this case, a property name in a previous add page to another add page.

Sergey Kornilov admin 12/29/2013
S
SkyForum author 12/29/2013



Here is an example:

http://xlinesoft.com...sing_events.htm


Got it, thanks....