> I've installed the Apache v2.0.44 with PHP4.3.1., under Windows.
> 
> My pages starting and ending with "<?....?>" don't work anymore. I would
> have to change them to "<?php...php?>".

php?> is not valid. It's <?php ... ?> or <? ... ?>
 
> Do you know if there is a way for keeping "<?" running?

enable short_tag in your php.ini file. 

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to