[nycphp-talk] PHP.ini setup, config, installation & recognition?
Tim Gales
tgales at tgaconnect.com
Sat Jan 22 09:07:06 EST 2005
Joseph E. Maxwell writes:
> I have run a test file with the ini_get function, the code below.
> ------code-------
> <html>
> <head>
> <title>Test Page</title>
> </head>
> <body bgcolor=#FFFFFF text=#000000>
> <?php echo ini_get('allow_call_time_pass_reference'); ?>
> </body>
> </html>
> ----end code-----
>
> Output page ==> blank
>
> Suggestions?
try <?php print php_sapi_name(); ?>
(there's no .htaccess file and your script
has a .php or php4 extension -- right?)
T. Gales & Associates
'Helping People Connect with Technology'
http://www.tgaconnect.com
More information about the talk
mailing list