Ok, I'm running into a slight problem.
I'm using an application called HTMLDOC which generates PDFs from webpages (or HTML). Everytime I pass a variable through the url to this application, i get an error. What other means are there of passing a variable from one page to another.
I've tried using:
$_GET
setcookie
$_SESSION
All of these produce negative results. One last method I haven't tried, which I will try next, is writing a 1/0 to the database and pulling that record out. That just seems a little too complicated for what I'm trying to accomplish.
Are there any other ways of getting a variable from 1 page to another (besides POST and using globals on)?
_______________
_brian.
I'm using an application called HTMLDOC which generates PDFs from webpages (or HTML). Everytime I pass a variable through the url to this application, i get an error. What other means are there of passing a variable from one page to another.
I've tried using:
$_GET
setcookie
$_SESSION
All of these produce negative results. One last method I haven't tried, which I will try next, is writing a 1/0 to the database and pulling that record out. That just seems a little too complicated for what I'm trying to accomplish.
Are there any other ways of getting a variable from 1 page to another (besides POST and using globals on)?
_______________
_brian.