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
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
2 matches
Mail list logo