Advertisment
Use PHP to get the title, keywords and description of a remote web page.
This code uses a web service to determine each user's location and allows you to redirect the user or dynamically create a page based on that...
Export MySQL data records to an Excel file in one file, simple and easily!
Learn a quick introduction to OOP (Object Oriented Programming). We will be creating a small class for fun to demonstrate how it all works.
Views: 856 | | by Jarry
PHP - OOP
An easy to follow tutorial. Although using PHP, the most popular web programming language, it focus on web concepts in instead of on the language...
This code allows you to create a resized version of an image by altering the IMG tag dynamically. One common application would be to automatically...
If you use this code, you will be able to validate a submitted e-mail address. It checks for an @ character, and actually checks the DNS of the...
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML.
Show files and directories in a directory. Filesize and types listed in a nice table.
In this code sample we will converting all applicable characters to HTML entities using htmlentities(). Using 'htmlentities' all...
This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs...
This code authenticates users using an LDAP directory and then stores session information in a MySQL database. It is a very good demonstration of...
By using this PHP code, you can create the tag cloud that is popular on so many web 2.0 sites. It lets you provide users with an index/sitemap that...
This code allows you to dynamically create your tables using PHP code. It is perfect for a content management system where you do not know how many...
In this tutorial you will learn to add unlimited parameters to your links with only one simple PHP function.
Create RSS feeds dynamically with PHP and MySQL.
You can get the ID (AUTO_INCREMENT column as primary key) generated after you insert a new record in your table by a simple function...
There are simply to show data records in table rows, just one record by one table row but sometime you need to show data records more than one...
Build your own affiliates management system, add, edit and remove affiliates from the web.
This tutorial will teach you how to setup a perfect WAMP development environment. Besides the basic softwares it includes also an installation...