http://www.phpslum.com

PHP Articles
1st Release
Image
Web Programming with PHP and AJAX
AJAX (Asynchronous Javascript And XML) is a combination of DHTML, JavaScript, CSS, DOM, XML and XMLHttpRequest Object. AJAX alow web page to be updated new information from server without refreshing page. Instead of user request mothod such as HT ...
read more>>
 
Image
PHP MySQL Function made easy
MySQL database is free and popular for web development. PHP has MySQL command to manipulate database, suck as select, insert, update or delete. This example code of PHP Function to reduce your coding when work with MySQL database. Database name ...
read more>>
More experience in PHP articles
Image How to reset MySQL root password
MySQL is a free database server,it is so popular for UNIX and Windows system. Some time MySQL will break down and have problem with any table.All web site that use database were down. Administrator will repaire all database in lose root password ...
read more>>

Image WAMP is Windows Apache MySQL PHP with Appserv
WAMP are Windows Apache MySQL and PHP. Apache is a popular web server, that allows web browser like Internet Explorer or Firefox to connect to server and see web pages. MySQL is a free database server. PHP is a scripting language, which people c ...
read more>>

Image Top 10 Template Engine
Template is a blank web page contains with HTML and template engine tags. We have several template engine in the world. This is top 10 popular template engine for this year. 1. Smarty - http://www.smarty.net Smarty is a template engine that co ...
read more>>

Image PHP Templating with Smarty
Smarty is a PHP templating system. Smarty separate PHP from HTML and generates web content by replace Smarty tags in HTML. You can download Smarty at http://smarty.php.net. Smarty is Designer,it work with HTML files or templates files. These files ...
read more>>

Image The best PHP resources
Nowadays PHP is more popular web development language. It is an open source server-side script language. Use for creating dynamic web pages, that can embedded in HTML. PHP is freely scripting language, more documentation and resource for developer ...
read more>>

Image What is PHP
PHP is Hypertext Preprocessor, a server-side scripting language that allows web developers to create dynamic web pages content. PHP is can be embedded into HTML pages. PHP was written as a set of CGI (Common Gateway Interface) by Rasmus Lerdorf in ...
read more>>

Image ADOdb Database Library for PHP
PHP is a web programming that creating dynamic web sites with more flexible and easy. In many websites need to use databases to collecte login information, to present the hot news on web page and store user postings in forum.In currently we use MyS ...
read more>>