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
How to read a file in php?
Does php need apache?
Define object-oriented methodology?
How does php strcmp work?
What is the difference between print() and echo()?
What is the purpose of pear in php?
How does cookies work in php?
Can we run php in apache tomcat?
When are you supposed to use endif to end the conditional statement?
Is it possible to protect special characters in a query string?
Tell me what is the use of "enctype" attribute in a html form?
How to create an array of a group of items inside an html form?
How to add 301 redirects in PHP?
How to select a database?
Is learning php easy?