Speeding question, " vs '
- From: jodleren <sonnich@xxxxxx>
- Date: Wed, 30 Apr 2008 05:08:28 -0700 (PDT)
Hi!
It just crossed my mind, that I usually do it like this:
$whatver=$_POST["returned_value"];
instead of
$whatver=$_POST['returned_value'];
The latter should be faster, as within ' nothing is replaced as in ".
I now wornder, what difference this makes in speed?
It should make some, but not really.... then again, with 10000000
users, it might.
What do you do?
WBR
Sonnich
.
- Follow-Ups:
- Re: Speeding question, " vs '
- From: Guillaume
- Re: Speeding question, " vs '
- From: Joe Scylla
- Re: Speeding question, " vs '
- From: Jerry Stuckle
- Re: Speeding question, " vs '
- From: C. (http://symcbean.blogspot.com/)
- Re: Speeding question, " vs '
- Prev by Date: Re: Using Apache's mod_rewrite to hide scripts extension
- Next by Date: Re: Speeding question, " vs '
- Previous by thread: IS a PHP programmer typing <?php ?> most of the time when he is at work?
- Next by thread: Re: Speeding question, " vs '
- Index(es):