Link to home
Start Free TrialLog in
Avatar of epifanio67
epifanio67

asked on

PHP: script: why doesn't it work?

Hello Experts,

why is it that the 'test' value is not displaying on the browser?

thanks,
<?php
ini_set('test', 2);
echo ini_get('test');
?>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of PragmatiCoder
PragmatiCoder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of epifanio67
epifanio67

ASKER

got it ... thank you!