3
votes
ajax displaying code instead of result
Perhaps you don't have php short tags enabled? The full php on tag is "<?php"
Is the file extension one that is setup to be parsed by php?
…
1
vote
corrupted ajax result
I suggest getting Firefox + tamper data add-on.. You'll be able to see if your browser is downloading the javascript, and also view the ajax request + data to see what's going on. Also checkout th …
