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
Which is better mysql or sql?
How to delete a file from the system?
Why do we use session?
Can php run on windows server?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
List few sensible functions in PHP?
Are sessions stateless?
Tell me how do you execute a php script from the command line?
What is the difference between file_get_contents() and file_put_contents() in php?
What is trim function in php?
Which function would you use to replace a record in a database in php?
How a constant is defined in a php script?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What is use of isset function in php?
What are the methods of array in java?