<?php $my_string = “Here we have inserted”.7.”in between the string”; echo $my_string; ?>
It will give the output: Here we have inserted 7 in between the string.
You Might Also Like:
- Variables, Constants and Data Types Variables: Variables are used for storing values having the name of our choice preceded by a dollar sign. It works as a container for storing...
- 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...
- PHP Mail Function Mail function is used for sending E-mail Messages through the SMTP server specified in the php.ini Configuration file. bool mail ( string to, string subject,...
- 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....
- Don’t Rename Your Pinterest Boards Renaming Pinterest board is not a good idea. As soon as you rename any Pinterest board the associated web address (permalink) also get changed and...
- Pinterest Has Been Opened For All, No More Invite Only Policy Image bookmarking site Pinterest has opened its site for all, stopping invite only policy. Previously for registering on Pinterest people used to request an invitation....
- PHP: String: Double Quote 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 “...



