Problem installing PHP 4 with Apache
- From: "Davor" <dadinjar@xxxxxx>
- Date: Tue, 26 Jul 2005 13:00:21 +0200
I can't get it working together ,i've read all e-books and instructions and
it's giving me a headache....
I am using Apache 2.0.48 and PHP 4.3.11
When I try
<? phpinfo(); ?>
it's all working but when i try simple php scripts with one input text box
:
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>
it isn't working...
I know you all had similar problems ,please could someone tell me how to
get this working....
.
- Follow-Ups:
- Re: Problem installing PHP 4 with Apache
- From: Davor
- Re: Problem installing PHP 4 with Apache
- From: Hilarion
- Re: Problem installing PHP 4 with Apache
- Prev by Date: Re: download script
- Next by Date: Re: Problem installing PHP 4 with Apache
- Previous by thread: download script
- Next by thread: Re: Problem installing PHP 4 with Apache
- Index(es):
Relevant Pages
|