Re: [PHP] Passing text info using $PHP_SELF

2002-12-15 Thread Ernest E Vogelsinger
At 20:23 15.12.2002, Lightfirst said: [snip] >I am using PHP and MySql and wanted to know if it possible to pass the value >inserted in a text box back to the page using PHP_SELF. Bellow is the >snipped of code. The part that is not working is &q=input. Any i

Re: [PHP] Passing text info using $PHP_SELF

2002-12-15 Thread Jason Sheets
Rather than using forms to pass information to a script you should consider using sessions instead. In any case if you are going to use forms instead of appending the information to the form action use the input type=hidden field. This keeps your form action clean and it also allows you to clea

[PHP] Passing text info using $PHP_SELF

2002-12-15 Thread Lightfirst
I am using PHP and MySql and wanted to know if it possible to pass the value inserted in a text box back to the page using PHP_SELF. Bellow is the snipped of code. The part that is not working is &q=input. Any ideas? Thanks. while($query_data = mysql_fetch_array($result)) { $id = $query_data [