Answer Posted / paul goodwin
PHP is a highly string-manipulating server-side script. You
can do various things on a string and the integration of PHP
with other languages (like MySQL and JavaScript) is fairly
simple. You don't really need to know high level programming
like you'd require in C and C++. in PHP everything is
defined for you, you just need to know what you want to do
with the information. If you know JavaScript it is very easy
to transit to PHP
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is xss and csrf?
What is use of htmlspecialchars php?
Require_once(), require(), include(). What is difference between them?
What's the difference between __sleep and __wakeup?
What is the difference between apache vs niginx?
Explain me what is the use of header() function in php?
What is the difference between fopen() and fclose()?
What is php how it works?
What are objects in php?
How do you debug php?
What is php trait?
How do functions work?
What is default session time and path in php?
How can I display text with a php script?
Why do we need abstract class in php?