RE: [PHP-DB] Passing value in URL to Form

2003-03-10 Thread Hutchins, Richard
essage- > From: Stephen K Knight [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 09, 2003 10:06 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Passing value in URL to Form > > > I have managed to pass information through a URL and extract > it and insert > it int

[PHP-DB] Passing value in URL to Form

2003-03-09 Thread Stephen K Knight
I have managed to pass information through a URL and extract it and insert it into a form on a php document. Can this be done for an html document? Passing the value through the URL to an html page with form and then through a URL again into a php doc. I tried the same method I used in the php do