php q about quotes ' "
php q about quotes ' "
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- blaw0
My personal rule of thumb is to use single for php-related things (variable = 'value';) and double for strings, values within HTML tags, etc.
My personal rule of thumb is to use single for php-related things (variable = 'value';) and double for strings, values within HTML tags, etc.