Hello,
I am wondering if there is a way to pass variables from one php script to another without attaching to the url.
I though of using session variables but I think this is not advisable.
I'd like to do something similar to a form post except I just need to go from one php page to another.
Thanks,
--SL