I have to pages:
login.html and Content.html
both contain multiple (external) php scripts in the header.
Is it possible to pass variables between all the (necessary) .php files as they are executed.
since the .php files are external and the page being accessed is a .html I don't think its possible to send the varible in the URL and the "GET" it...(or is it...?)
any suggestions?
I guess I could just make the webpage .php and embed all the scripts...but I'm trying to avoid that at the moment.
Thanks
atsea
login.html and Content.html
both contain multiple (external) php scripts in the header.
Is it possible to pass variables between all the (necessary) .php files as they are executed.
since the .php files are external and the page being accessed is a .html I don't think its possible to send the varible in the URL and the "GET" it...(or is it...?)
any suggestions?
I guess I could just make the webpage .php and embed all the scripts...but I'm trying to avoid that at the moment.
Thanks
atsea