as the title says. its pretty annoying.
Previously working scruipts now not working on new Xammp
Collapse
X
-
sounds like a package problem, xampp is after all just a manager for the individual packages. Chances are if you use stuff like magic quotes and reg globals these will be turned off in the latest php package which xampp distributes as they are insecure. you will probably find you need to enable some of those functions again. if you enable error reporting and display_errors in php.ini it should give you a bit more info as to what the problem is when you get those blank pages
Comment
-
I am facing same problem. Just puted a index.php file with <?php print "test"; ?> and this does not work. Its like opening a php file from Desktop, for example.mysterio.al - programming is a functional art
Comment
Comment