How do you develop a database driven web application



PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages, runs on different platforms. It is very simple to learn and execute but offers many advanced features. It’s not only capable of working with web services but also work with different protocols’ LDAP, IMAP, SNMP, NNTP, POP3 name a few.

Currently there are over half a million domains running PHP and it is freely available for download online from www.php.net. Much of PHP’s syntax is borrowed from C, Java and Perl. PHP has a large feature set which includes built-in support for numerous databases.

PHP applications are commonly found with the filename extensions .php, .php4, or .php5. Some PHP applications require PEAR packages. It is open source language which allows developing procedural or OPPs based programming. Many CMSs’ and frameworks are developed by the communities to quickly and easily develop the high performance and scalable system.

To learn PHP one should have the basic knowledge of HTML & Javascript. You can switch between PHP and HTML right in the same document. You can even run PHP from an HTML file. You also require any text editor start from notepad to notepad++, editplus, codelobster, netbean

source

Reply


Build A Site Info