Whether One-line comment begin with pound sing(#) in php?
Answers were Sorted based on User's Feedback
Answer / sona
Yes we can give # or // for oneline command
example
//hai
#echo "hai";
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / nutan bhatnagar
There are three way to comment a code two are for single
line and one for mulitple line.
For Single line comment
// echo hello ;
# echo hello;
For Multiple line comment
/*
echo hello;
echo "Happy New Year - 2010"
*/
| Is This Answer Correct ? | 7 Yes | 2 No |
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
What is meant by content management system?
3 Answers Global Logic, IBEE, TCS, Toyota,
What are the differences between GET and POST methods?
Why is node js better than php?
sort term descripttion form, report and uery
What is php and sql used for?
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
What is the use of callback in php?
What is the purpose of a query?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What are examples of independent and dependent variables?
Explain about PHP filter and why it should be used?