Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Where to find and edit the php.ini file' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Where to find and edit the php.ini file
Authored by: JoeGrind on Nov 12, '03 12:16:22PM
You sure you didn't mean this?

<?php phpinfo() ?>
I've used "phpinfo()" so I was curious what else "info()" offered but all I get is an error reporting "undefined function".

[ Reply to This | # ]
10.3: Where to find and edit the php.ini file
Authored by: wallyfoo on Nov 13, '03 12:25:50AM

You dropped the semicolon.

<? phpinfo(); ?>

---
_____________________________
My other sig is really witty.



[ Reply to This | # ]
10.3: Where to find and edit the php.ini file
Authored by: TvE on Nov 13, '03 11:46:33AM

Damn - I was to quick on the keyboard - YES I meant

<?php
echo phpinfo() ;
?>

Sorry for the confusion!



[ Reply to This | # ]
10.3: Where to find and edit the php.ini file
Authored by: TvE on Nov 13, '03 11:47:52AM

I did it again - there is no need to use "echo"...



[ Reply to This | # ]