Re: [PHP] link variable to an html page...

2001-04-09 Thread Lindsay Adams
use a get encoded string. as many variables as you can fit inside the limits of a get string. script.php?variable1=something&variable2=somethingelse&... On 4/9/01 2:03 PM, "Curtis" <[EMAIL PROTECTED]> wrote: > Hello, > I have one that I am stuck on. > > I have a link, with a variable attached

Re: [PHP] link variable to an html page...

2001-04-09 Thread Alexander Skwar
So sprach Curtis am Mon, Apr 09, 2001 at 05:03:14PM -0400: > I have a link, with a variable attached to it. So, just a random string. > I need to pass this variable to an HTML page,,, > Also, can I pass more than one variable? use GET? Possibly with get, if you have a form, yes. Else: