On Sun, 2003-03-02 at 08:57, Ralph Tucker wrote:
> test.php is the name...
> 
<snip>
> 
> Here is the Script that I tried to run...
> 
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <p>This is an HTML line test
> <p>
> <?php
>    echo "This is a PHP Line";
>    phpinfo();
> ?>
> </body>
> <html>
> 

This may not solve your problem, but for your reference, the phpinfo()
function will take care of all of the html tags.  Just open an editor,
toss in <? phpinfo(); ?> and you are done.
-- 
Caleb Groom <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to