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 kind of variable is age?
How to download files from an external server with code in php?
Write down the code for save an uploaded file using php?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
How can you submit a form without a submit button?
How is the ternary conditional operator used in php?
Can we extend multiple classes in php?
How do I stop php artisan serve in windows?
Which php framework is best for web development?
How to pad an array with the same value multiple times?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What does $_server means?
Is server side a session?
What is the use of rand() in php?
Are react hooks stable?