Hello Nick,

Friday, January 16, 2004, 12:47:43 PM, you wrote:

NW> I'm getting this now:
NW> Parse error: parse error in http://ellasattic.co.uk/index.php on line 1

NW> ### CODE
NW> <?php
NW> // $Id: index.php,v 1.68 2003/09/30 17:00:49 dries Exp $
NW> ### END CODE

NW> What? - how can that be? - is this another setting I'm missing?

Why do you have code comments OUTSIDE of the php tags? I can't say for
sure, but it wouldn't surprise me if it caused it.

Does this make any difference? :-

<?php
/*
  ### CODE
  $Id: index.php,v 1.68 2003/09/30 17:00:49 dries Exp $
  ### END CODE
*/

//    real code here, etc

?>

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

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

Reply via email to