What are the two most common ways to start and finish a php block of code?
Answer / Anand Krishna Prabhat
The two most common ways to define a PHP block of code are using <?php at the beginning and ?> at the end, or using <script> tags: <script language='php'> ... </script>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is abstract class in php?
How to define a user function?
I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?
What are the main error types in php?
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........
What is lamp in php?
How to convert a string to uppercase in php?
How does the identity operator ===compare two values in PHP?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What does namespace mean in php?
Which is faster for or foreach?