cypherinfo Posted March 2, 2010 Share Posted March 2, 2010 Hello, this is my first post in here and when I try to run the following script: <?php echo "<pre>"; print_r(ini_get_all()); echo "</pre>"; ?> in my Apache web server installed on a windows vista business computer, I do net get any results but the following: "; print_r(ini_get_all()); echo ""; ?> see the attached image. I was managing to change the magic quotes setting in the php.ini. Before that edit all right, after it the fault. The issue does not disappear even after I set the php.ini to the previouse settings. The two php.ini I as editing are in the following folders: the first here: C:\xampp\apache\bin\php.ini the second here: C:\xampp\php\php.ini I have attached the section of them about those settings. Thank you. Cypherinfo. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/193912-print_rini_get_all-does-not-work/ Share on other sites More sharing options...
cypherinfo Posted March 2, 2010 Author Share Posted March 2, 2010 Hi, if I try to change the code as here: <?php print_r(ini_get_all()); ?> I get a blank page! Cypherinfo. Link to comment https://forums.phpfreaks.com/topic/193912-print_rini_get_all-does-not-work/#findComment-1020483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.