RE: Include file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux