Topic: PHP Not working
I installed a new version of MoWeS portable 2.2.3 on my new windows 7 laptop the other day, and attempted to port my work over from my flash drive.
I use various php scripts to dynamically pull in information, but it appears that none of the php is working on any of my pages.
My old mowes used php 5.2.5 and my new install uses 5.3.0
The script for my includes were very basic:
<? include("page.html"); ?>
etc etc.
For some reason, nothing in PHP works. I've not changed any of my code.
What am I missing?!