Advertisment
There are many ways to create programming code. One of the easiest but most powerful is to start using object oriented way to think and work. I...
Views: 899 | | by Colin
PHP - OOP
A small tutorial on compressing Javascript with PHP using GZIP.
This comprehensive mysql tutorials touches on Starting a Session with MySQL,Executing SQL Statements against a MySQL database and demonstrating how...
This article introduces you to Creating your own user registration system allows you to obtain interesting information about the visitors to your...
This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming...
Views: 912 | | by Source
PHP - OOP
this tutorial shows you By using RSS and the MagpieRSS toolkit, you can import data from another web site or news source and display that...
Show you There’s a single line you can add to your web host’s control panel that will automatically archive your websites content using the php...
Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you...
A beginners guide to Object Oriented programming in PHP. Learn the basic ideas of object, and learn how to create classes and fucntion
Views: 924 | | by Daniel
PHP - OOP
Create a basic class and fucntion using object oriented php
Views: 836 | | by Stephen
PHP - OOP
Learn how to break apart a function, allowing different code to run depending on the variables passed.
Create a class used to upload, and resize images in php.
A simple service for geolocation of visitors. No databases equired. Instead, info is stored in individual files. General database is available, or...
Simple mailing list subscription and unsubcription script. Commented code for easy understanding. No databases required. List of emails will be...
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a...
This tutorial will help you understand: What is a session. How use session in a PHP script. A session test with 3 scripts. How session ID can be...
This tutorial will help you understand: What is a Cookie? Sending and Receiving Cookies Output Control Functions Persistent Cookies Other...
Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
Create a dynamic 5 star rating system using php and sql like the one on this site
Following this tutorial you'll be able to create a fully database driven flexible menu that will also allow you to add menu items later and...