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 echo and print statement?

Answer Posted / roshan

echo can take multiple arguments separated by comma whereas print can take one single argument.

echo $x,$y,$z;//This is valid
//print $x,$y; This is invalid
print $x; //This is valid.

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are properties in php?

1015


Explain me how failures in execution are handled with include() and require() functions?

1086


What are the advantages of triggers in php?

958


What is the use of preg_match in php?

1043


Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?

1027


How to fix "headers already sent" error in php

1119


How variables are passed through arguments?

997


What is php string function?

1084


What is difference between mysql_fetch_array and mysql_fetch_assoc?

1015


Does php support polymorphism?

996


Which function would you use to format date information in php?

1026


Code to upload a file in PHP?

1088


How to select a database?

1065


How can you create a session in php?

1116


What is the use of ajax in php?

1039