Re: [PHP-INSTALL] Apache Configuration Problems

[email protected] (Janet Valade)
Newsgroups php.install
Message-ID <[email protected]>
Anthony Marlow wrote:

> Hi again,

> Just one problem.  The traditional "Hello World," program that my book 
> starts off with includes a PHP function called, phpinfo()--prefaced by a 
> print command.  It's supposed to print out a rather large amount of 
> information in the form of a table.
> 
> Have you ever head of this function?  It won't work for me.  It just prints 
> a ton of code, instead of printing the table.  Is there a good place where I 
> can get an entire list of all PHP functions?  Or doesn't that exsist?

This is an essential function in PHP. It's the first program you should 
run. Just create the following program and run it:

<?php
    phpinfo();
?>

Janet

> 
> Thanks again,
> Anthony
> 


-- 
Janet Valade -- janet.valade.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.