12-11-2007, 07:55 PM
|
#13 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Quote:
Originally Posted by Wildhoney
Lol! I can see those monsters playing a big part in this community  I'm sure we all have a few of those monsters in our code.
I've never had a need for double quotes except when using \r and \n.
|
Good point. I've only been using it in javascript (for popups and ofcourse alerts/confirms). Next to that, can't recall where I used it. Oh, I used it for
PHP Code:
$rSql = 'SELECT * FROM prefix_table WHERE username LIKE "%$user%"'
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|