Posted by Jerry Stuckle on 04/05/06 20:58
Massa Batheli wrote:
> David
>
> The apache logs seem fine at least no errors that seem to ring a bell .
> The simple PHP file you showed me is opened as a text file .
> It is only opened with a browser if encapsulated in html.Please let me
> know if that
> is any hint to the problem
>
> Massa Bathe
>
Ah, now the problem.
To get it to execute the PHP code, you MUST go through your web server - that
is, open a browser and access it with something like http://localhost/mypage.php.
Doing a File->Open in the browser or using any other tool to open it will not
execute the PHP code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|