Answer Posted / isaac
PHP: Hypertext Preprocessor, an open source, server-side,
HTML embedded scripting language used to create dynamic Web
pages. In an HTML document, PHP script (similar syntax to
that of Perl or C ) is enclosed within special PHP tags.
Because PHP is embedded within tags,And, because PHP is
executed on the server, the client cannot view the PHP code.
PHP can perform any task!
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
When to use self over $this?
What is the use of callback in php?
Which is better php or wordpress?
What is the use of explode() function?
What is file upload?
Write down the benefits of php7?
What is the use of "echo" in php?
Is php an api?
How is it possible to parse a configuration file?
Write a program to get second highest number in an array using php?
How can you declare a constant variable in php?
What is isset in php form?
What is the purpose of the '.frm' file extension? What do thes file contain?
What is the difference between print() and echo() in PHP?
What is the array in php?