Hello,
I have a .php script I want to run from my comcast webpage. I have tried doing this, but it doesn't seem to work (I am not sure why).
Does anyone know if it is possible to get .php scripst to run on a Comcast hosted webpage?
Thanks,
Jon
They may not support php. You could always check with a call to phpinfo():
info.php
<?php phpinfo(); ?>