Strings can contain most of the characters but some characters can’t be
written as it is. Hence, when a string is enclosed in double-quotes “ then escape sequences for special characters get interpret by PHP.
You Might Also Like:
- PHP: Data Types: Strings: Single Quotes Single quote (”) is used to specify a string. Example: <?php echo ‘string is specified in single quote’ ?> (Related Tutorials) ...
- PHP: DATA TYPES There are 8 data types in PHP out of which 5 are scalar. Variables hold the values of these data types. Variables react according to...
- PHP: Data Types: Strings Strings are internally null-terminated sequence of characters. A string can be used directly in a function call or it can be stored in a variable....
- Escaping Strings Depending on how you have declared a string, and how the data in the string is formatted, it may be necessary to escape certain characters....
- Create Beautiful Pull-Quote Images For Your WordPress Blog Readers To Share On Pinterest Pinterest is now most popular image sharing network, it can drive a good amount of traffic to your website. All popular sharing toolbars, apps and...
- TechCrunch Style Lazy Load Social Media Sharing Buttons For Your WordPress Site TechCrunch uses Socialite.js script can for displaying social media sharing buttons with lazy loading feature. Lazy load simply means that the real js sharing buttons...
- How To Share Your Google+ Posts On All Other Social Networks ? This tutorial explains how to share all Google Plus posts to all other social networks. You can easily share Google+ posts to all social networks,...
- Top 4 Websites For Auto Publishing RSS Feeds To Various Social Networks Here is a list of four websites that allows auto publishing of RSS/Atom feeds to various social networking websites like Facebook, Twitter, LinkedIN and more....




[...] Directories1 day old, no commentsPHP: Basics (Upcoming Tutorials)19 hours old, 7 commentsPHP: String: Double Quote5 hours old, no [...]