[snip] Personally, I go almost exclusively with double quotes, so I'm interested to see how your include is faster. >>> include('..includes/' . $include); <<< "Jay Blanchard" <jay.blanchard@xxxxxxxxxxxxxxxxxxxxx> 03/30/2005 02:58 PM To: "xfedex" <xfedex@xxxxxxxxx>, <php-general@xxxxxxxxxxxxx> cc: Subject: RE: Include file [snip] This way is faster: include('..includes/' . $include); Its always better to avoid using doublequotes. [/snip] Why is it faster? And why should you avoid using double quotes? [/snip] 1. Always reply to the list ('reply-all') B. It's hard to read in context. Why? Top-posting is bad. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php