How can I view my php.ini from a php script?
I don't know why you would want to view the file text, but if you stick:
<font color=blue>php_info();</font>
into a script you will see all the relevant settings and more.
-- Rich