lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Re: Problem displaying php and html code mixed


From: Winn Johnston
Subject: [Lynx-dev] Re: Problem displaying php and html code mixed
Date: Sun, 11 Dec 2005 13:00:55 -0500

Ok i have changed my code around to use the pear templates, which is what i wanted to do from the begining. So now that i have my code seperated, html and php i figured it would work, and it does just not so well with PEAR.
 
So my question is:
How can i get lynx to use PEAR template system?

 
On 12/11/05, Winn Johnston <address@hidden> wrote:
I was wrong. It won't run the mixed code in the gnome term window either.


On 12/11/05, Winn Johnston <address@hidden > wrote:
When i run lynx in a gnome term window i am able to view mixed code ex..
 
<html>
<head>
</head>
<body>
<?php
printf "hello world";
?>
</body>
</html>
 
However if i run in straight from the shell it will not process a mixed document. It is just like it doesn't reconize the tag <?php
 
thanks
winn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]