I just downloaded this “PHP Code Snippet Library” scrpt from http://www.sourceforge.net/projects/php-csl/ , when I try to run it from my local dev server, all the PHP on every page is output as PHP code, instead of compiling and running the code it seems to show the source of the PHP to the screen. I have never had this happen before, how can I fix this or what cause this?
I just downloaded this PHP Code Snippet Library scrpt from http://www.sourceforge.net/projects/php-csl/ , when I
Share
The only reason i can think of that that would happen would be if PHP wasnt installed or if the code was using short tags and they arent enabled on your box.