please help any one, how to write PHP,
what is the use of PHP, syntex, advantages etc....

Recommended Answers

All 7 Replies

PHP is a server-side HTML embedded scripting language. It provides web developers with a full suite of tools for building dynamic websites.

http://www.php.net/

From "What is php" to the basics of php, see w3schools.

There are lots of good PHP Tutorials available on the internet. Try www.google.com and you'll find loads.

tizag.com also provide PHP tutorials along with other such as XML, JavaScript, etc, etc

A good book to buy is Programming PHP by Lerdorf, Tatroe & MacIntyre.

Regards,
Alex

i got some idea on this,
thanks.

What is PHP? What can PHP do? Should I use PHP for my project?
The best place to get the above information is from the PHP manual online. Any PHP beginner and even some novices can benefit from taking the time to read the introduction for the PHP manual. The introduction can be found here:

http://www.php.net/manual/en/introduction.php

Take the time to read at least that page, and follow the links on the bottom to learn about what PHP is capable of and to look at the introductory tutorial. PHP is primarily a server-side scripting language that people use to provide the processing power behind interactive websites, but it can also be used for command-line scripting or to make graphical standalone applications.

PHP Online Manual: http://www.php.net/manual/

Yes, php is one of the most open source programming languages out there and is used in MANY scripts :) . The possibilities are endless (especially when paired with MySQL).

Good luck :)

Yeah i think you're right:)) something like this is going on everywhere.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.