Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is The difference between ' and " where they can ben
in between or outmost and how

Answer Posted / uttam thakor

variables and escape sequences for special characters will
not be expanded when they occur in single quoted strings.

E.G.

$var = 10;

//if we type
echo "$var"; // output : 10
echo '$var'; // output : $var

echo "\nabc"; //output: abc
echo '\nabc' //output :\nabc

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the output of the ucwords function in this example?

1077


What are the different errors in php?

1050


Whether php supports microsoft sql server?

1111


Define about declare construct?

1104


Is php a programming language?

1099


Why is facebook still using php?

1135


What is the purpose of using php?

1090


How to run the interactive php shell from the command line interface?

1170


What are the file upload settings in configuration file?

1089


What is put method in php?

1052


Tell me what is the difference between characters 34 and x34?

1032


How escape single quotes php?

1037


What is string function sql?

1057


How does session work in php?

1060


What is csrf verification?

1116