[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" <[EMAIL PROTECTED]> 
03/30/2005 02:58 PM         
        To:        "xfedex" <[EMAIL PROTECTED]>,
<php-general@lists.php.net> 
        cc:         
        Subject:        RE: [PHP] 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

Reply via email to