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?
+2
A:
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.
prodigitalson
2010-01-28 04:14:31
it does seem to be using short tags like this <? and I just installed the latest PHP version yesterday so that is probably it then
jasondavis
2010-01-28 04:16:00
Wow theyre really using shortags in a publicly avialable OSS project... SHAME on them.
prodigitalson
2010-01-28 04:17:31
that worked, thanks this is a really amazing script too glad I could get it working =)
jasondavis
2010-01-28 04:23:36
Yeah is kind of sad but I believe this is a pretty old script
jasondavis
2010-01-28 04:24:05
A:
John Himmelman
2010-01-28 05:15:25