Posted by Michael Phipps on 10/16/77 11:22
> text.html
> <HTML>
> <HEAD></HEAD>
> <BODY>
> <FORM METHOD=GET ACTION="text.php">
> Who is your favourite author?
> <INPUT NAME="Author" TYPE="TEXT">
> <BR>
> <BR>
> <INPUT TYPE=SUBMIT>
> </FORM>
> </BODY>
> </HTML>
>
> text.php
> <HTML>
> <HEAD></HEAD>
> <BODY>
> <FORM METHOD=GET ACTION="text.php">
> Who is your favourite author?
> <INPUT NAME="Author" TYPE="TEXT">
> <BR>
> <BR>
> <INPUT TYPE=SUBMIT>
> </FORM>
> </BODY>
> </HTML>
Did you paste the wrong text for your text.php file?
The file you have pasted is just a html file.
Have you tried reading the online PHP Manual at http://www.php.net?
Navigation:
[Reply to this message]
|