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

Re: [cobalt-users] Help!! Raq PHP Newbie



>> [...] in a simple page with the phpinfo script
>> 
>> <?php phpinfo(); ?>
>>
>> it doesn't return anything.
>
> Call the page (say) phpinfo.php3
> Or look at the page-source of your browser
> a tell what it says. Probably it returned
> the simple script without executing it
> (and to the HTML browser the script is just a comment).

Hi Michael,

I renamed it as you suggested with the php3 extension and it
works. Thought it was supposed to be able to be embedded in a
.html page too though. Back to the books for me. :-)

Thanks for your help! .. David