Re: [PHP-WIN] Passing value in URL to form

2003-03-10 Thread Thomas Smart
tion.search.substring(1); > //--> > > but this question would be better suited somewhere else than @ PHP-WIN, > don't you think? =) > > > . bobo . > > > > - Original Message - > From: "Stephen K Knight" <[EMAIL PROTECTED]> > To:

Re: [PHP-WIN] Passing value in URL to form

2003-03-10 Thread Bobo Wieland
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 4:05 AM Subject: [PHP-WIN] Passing value in URL to form > 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? &g

[PHP-WIN] 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