I have a .php that queries a record and 'mysql_fetch_array's the results to produce a variable from any particular record.
I want to pass that variable on to a second .php without readfile'ing it through the url (not that I mind passing it via the url, I just don't want the second .php to be displayed).
But I do want to open the second .php in order to pass the variable (or get it, or something!) to it prior to using its logic for other forms and such.
Somehow I have the feeling that this is a silly question, but I sure would appreciate any work-around anyone can suggest.
Thanks!!
dnorton