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...


How many Types of COmments are there in PHP and what are they?

Answers were Sorted based on User's Feedback



How many Types of COmments are there in PHP and what are they?..

Answer / shivakumar naik

PHP supports 3 types of comments

1. /* C style */

2. // C++ style

3. # perl style

Is This Answer Correct ?    25 Yes 4 No

How many Types of COmments are there in PHP and what are they?..

Answer / aditya sharma

single line comment
// OR #

multiline comment
/* ------------------- */

Is This Answer Correct ?    20 Yes 5 No

How many Types of COmments are there in PHP and what are they?..

Answer / ramesh n

two ways

single line comment
//

multi line comment
/* ------------------- */

Is This Answer Correct ?    15 Yes 6 No

How many Types of COmments are there in PHP and what are they?..

Answer / zacharia

3

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More PHP Interview Questions

What is the maximum size of a database in mysql?

0 Answers  


Why and where do we use htaccess?

0 Answers  


What is apache and php?

0 Answers  


What is a namespace in php?

0 Answers  


What is the meaning of curl , which is used while connecting with pay pal? and how it works?

2 Answers  


What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

0 Answers  


What are the main error types in php?

0 Answers  


Explain some of the php string functions?

0 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  


Tell me how do I escape data before storing it into the database?

0 Answers  


What is the Default syntax used in PHP?

0 Answers  


I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??

1 Answers  


Categories