> What is the difference as in... why one or the other?
>
> include('somefile.php');
>
> include("somefile.php");
>
> Just wondering...No difference as far as include() goes. Read the manual on strings to see how PHP treats strings in single and double quotes differently. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

