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 the difference between substr() and strstr()?
How can you declare a constant variable in php?
What is data structure in php?
Is php class name case sensitive?
How to pass variables and data from php to javascript?
Is laravel frontend or backend?
How to insert a line break in php string?
Is a number php?
Explain me what is the use of header() function in php?
What is encapsulation in php with example?
Is string php function?
What are the method available in form submitting?
How can we display information of a variable and readable by a human with php?
What does sign mean php?
What is the use of "echo" in php?