Re: Problem installing Apache with PHP 4
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Problem installing Apache with PHP 4

From: Michael Phipps <gravityspike_spamfree_@optusnet.com.au>
Date: Wed Jul 27 2005 - 01:16:17 CEST

> 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?
Received on Mon Oct 17 21:19:46 2005