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 difference between static and final in php?
What is $_ server request_method == post?
Why is node js better than php?
What is singleton design pattern in php?
What is the default session time in php?
Which is the latest version of php?
How many types of array are there in php?
What is delimiter php?
What are the 5 types of data?
What is difference between explode() or split() in PHP?
What are session variables in php?
How can I prevent sql-injection in php?
How to convert a string to uppercase in php?
What should be the length of variable for SHA256?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?