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
Do you know what does $globals means?
What is php good for?
What are majic methords in php?
What is the static variable in function useful for?
How is it possible to parse a configuration file?
How to remove white spaces from the beginning and/or the end of a string in php?
How to run a php script?
What is the difference between core php and php?
Which is not a file-related function in php?
Why many companies are switching their current business language to php? Where php basically used?
Do you know what is the difference between the include() and require() functions?
What are the php functions?
Which escape sequences can be used in single quoted strings in php?
What are the data types in php?
What is url encoding and decoding in php?