From: "darthzeth" <[EMAIL PROTECTED]>

> like i said, im a newbie... how do i run phpinfo() ? my almost exclusive
> experience is with FTPing html pages and a few PHP scripts to the server,
> other than that, i dont know much. is there any FAQ you can point me to
with
> answer to absolute newbie questions like these?
>


Create a new file called test.php and in it put:

<?php
    phpinfo();
?>

FTP it to your web server and then look at it in your browser. It should
tell you a whole lot of stuff about how PHP has been configured on your
server.


Regards

Simon Garner


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to