Hi Steve, 

> Your right.  I should give more specifics.  Ok.  I have a page called 
> main.php.  The only thing in it is:
> <?
> echo "hi";
> ?>
> That's it.  I tried to run it and it gave me an "HTTP 500 - Internal
server 
> error".

Are you sure you've got short tags turned on? What happens if you try

<?php
  echo "hi";
?>

Cheers
Jon


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

Reply via email to