Home > Programming > PHP Tutorial



PHP/MySQL Tutorial webmonkey /programming/

Sort Desciption:

Enough talk! Let's go over what we're going to cover in this tutorial. webmonkey/programming/. Pagina 1 di 9. Webmonkey: programming: PHP/MySQL Tutorial ...



Content Inside:

PHP/MySQL Tutorial webmonkey /programming/Page 1PHP/MySQL Tutorialby Graeme MerrallUnless you've been living on Mars for the last six to eight months you've heard ofopen source software (OSS). This movement has got so much momentum that even the big boys are taking notice. Companies like Oracle Informix and a host ofothers are releasing their flagship database products for that poster child of the OSS movement Linux.Having a massively complex RDBMS (relational database management system) is all well and good if you know what to do with it. But perhaps you are just gettinginto the world of databases. You've read Jay's article and you want to put up your own datadriven Web site. But you find you don't have the resources or desire for an ASP server or some pricey database. You want something free and you want it to work with Unix. Enter PHP and MySQL. These two make up what must be the best combination for datadriven Web sites on the planet. You needn't take my word for it. An unofficial Netcraft survey shows that PHP usage has jumped from 7500 hosts in June 1998 to 410000 in March 1999. That's not bad. The combination was also awarded Database of the Year at Webcon98 where it received a lovely tiara. MySQL is a small compact database server ideal for small and not so small applications. In addition to supporting standard SQL (ANSI) it compiles on a number of platforms and has multithreading abilities on Unix servers which make for great performance. For nonUnix people MySQL can be run as a service onWindows NT and as a normal process in Windows 95/98 machines. PHP is a serverside scripting language. If you've seen ASP you'll be familiar with embedding code within an HTML page. Like ASP PHP script is processed by the Web server. After the server plays with the PHP code it returns plain old HTML back to the browser. This kind of interaction allows for some pretty complex operations. In addition to being free (MySQL does have some licensing restrictions though) the ...

Source: viplab.dsi.unifi.it


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us
Search Terms:

 

Related Files

PHP Introduction

Filed under: Programming and PHP Tutorial
techniques used in PHP programming. Objectives. By the end of this course you will be able to:. Describe what PHP is and the ...

PHP MySQL Website Programming

Filed under: Programming and PHP Tutorial
PHP Classes (http://www.phpclasses.org/). A more general collection of PHP programming classes of varying quality often a useful to ...

Build Your Own Database Driven Website Using PHP & MySQL

Filed under: Programming and PHP Tutorial
new to you: the PHP scripting language and the MySQL relational database ...... tutorial on 146. two forms of 145. validating MIME types 205 ...

Network Programming

Filed under: Programming and PHP Tutorial
PHP Programming. 53. PHP Arrays. A very useful feature of PHP is the array ... PHP contains a zillion predefined functions to help you. programming ...

Advanced PHP Programming

Filed under: Programming and PHP Tutorial
Programming". A class constructor in PHP5 should be named. contstructor() .... php.ini. file:. After APD is installed you should enable it by setting the ...