Re: [PHP] Help - sending variable(s)

2002-01-10 Thread Jason Wong
On Friday 11 January 2002 01:11, Dani wrote: First of all, please keep the discussion on the list :) > actually I'm trying to put a value from user input and then send the > variable and the value to the same page so that I can call other php > script. > > Does this make any sense? If I underst

Re: [PHP] Help - sending variable(s)

2002-01-10 Thread Miles Thompson
Go to http://www.thickbook.com and look at Julie Meloni's tutorials, particularly the one for custom error messages as she very nicely works it up over about 3 iterations of the same simple script which includes a form which calls its own script (PHP_SELF). Miles Thompson At 11:50 PM 1/10/2

Re: [PHP] Help - sending variable(s)

2002-01-10 Thread Jason Wong
On Friday 11 January 2002 00:50, Dani wrote: > Hi Jason! > > thanks for your email. > > I have tried > > http://www.mywebsite.com/mypage.php?myvariable1=value1&myvariable2=value2 > > and adding this into my form > > "> > > > > but I still get some error like this > The specified CGI applicat

Re: [PHP] Help - sending variable(s)

2002-01-10 Thread Dani
Hi Jason! thanks for your email. I have tried http://www.mywebsite.com/mypage.php?myvariable1=value1&myvariable2=value2 and adding this into my form "> but I still get some error like this > The specified CGI application misbehaved by not returning a complete set of HTTP headers. The

Re: [PHP] Help - sending variable(s)

2002-01-10 Thread Jason Wong
On Friday 11 January 2002 00:21, Dani wrote: > Hi! > > Could someone please help... > How do I send variable(s) over the url and I want to send it to the the > same page (not opening a new page) > > Thank you very much for reviewing my email. > Dani http://www.mywebsite.com/mypage.php?myvari

[PHP] Help - sending variable(s)

2002-01-10 Thread Dani
Hi! Could someone please help... How do I send variable(s) over the url and I want to send it to the the same page (not opening a new page) Thank you very much for reviewing my email. Dani -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a