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
What is array filter in php?
How are sessions maintained?
Is key in array php?
What language is similar to php?
What is the scope of a variable defined outside a function?
Are parent constructors called implicitly inside a class constructor?
What is different between software and app
How does the identity operator ===compare two values in PHP?
How to get ip address of a server in php?
How is the comparison of objects done in php?
How to return ascii value of character in php?
What is php pathinfo?
What is the role of the .htaccess file in php?
Does php support function overloading?
What is the basic function to search files for lines (or other units of text) that contain a pattern.