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
How do you destroy a particular or all Sessions?
Why session is required?
where do we use htaccess?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is a persistence cookie?
How can MYSQL functions be available with PHP?
When is a conditional statement ended with endif?
What is php session and how it works?
How long is a php session valid?
What is better .net or php?
Do loops php?
Will php die?
Write a program using while loop?
How to access a global variable inside a function?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.