Hi,
I'm new to PHP, and still very much in the learning phase.
I've got a question wrt passing variables from scripts to script.
I have a page xxx.php which include a hyperlink to yyy.php using html <a href = yyy.php>.
How can I make variables set in xxx.php availabled to yyy.php?
I guess I'm not fully understanding variable scope.
Any help will be appreciated.
Sean