Why these language is needed?
Answers were Sorted based on User's Feedback
PHP is a powerful server side scripting language even this
site is on PHP :) just in short
a PHP can be used to build a dynamic site
with tht its free n portable (u can run PHP on Unix n
Windows server both) there is much of it try googling
-Abhishek Dilliwal
http://abhishek.x10hosting.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sachin g.
PHP is a cross platform, html embedded, server side, web
scripting language.
i.e. you can run it on different platform like windows,
unix, mac etc... and you can write php code in to the file
which embedded with html code and PHP is executed on server
side specially web server like apache, microsoft IIS, or
NetScap, etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is split function in php?
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
Explain php parameterized functions.
What is php session_start() and session_destroy() function?
What is difference between print and echo in php?
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?
1 Answers Avanigoradia, Primus Global,
Can age be a variable?
Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?
What is session php?
Are php sessions cookies?
What is the main function of php?