Posted by Jerry Stuckle on 01/23/06 21:23
one man army wrote:
> I have looked for a definitive answer for this and have not found one.
> "sometimes, when it works" is not getting very far in designing a
> solution. Maybe the question should be "WHERE can PHP be mixed inline in
> the file?"
>
> for example, a file called xxx.html, marked
> DocType -//W3C//DTD HTML 4.01 Transitional//EN
>
> the server can execute PHP, I am using PHP v.4.4.0
>
> thanks
Basically it can be mixed anyplace in the file.
You just need to set your Apache configuration to process the pages
through the PHP parser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|