I have a client who had me upload a relatively simple script to his
server.  Oddly, it does not work there but works every where else I test
it.  AND he has other PHP scripts running on his server.

So I checked out his server and all scripts are of the form:

<? start_session() ?>

// HTML HERE

<?
// some functionality

?>

versus my scripts as

<?php

?>

Why would this affect things?

-Dan


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

Reply via email to