PHP Tutorials

Creating a Basic PHP Modules System

Well Everyone needs a PHP Plug-in system if you want to keep up to date and stop modifying loads of php every time you get a new idea for your website. In this tutorial I will show you how to create a sweet and easy PHP Plug-in/Modules System.

What you Will Learn
[*]How to Dynamically Load Plugins
[*]The basics of OO PHP


Pre-Requisites
[*]Basic Knowledge of PHP
[*]An understanding of File Directory structures

Read More...

Category : PHP Tutorials | 2010-04-6 00:37 | Bookmark and Share

vBulletin Dynamic Signature with PHP and GD

Welcome to our First Tutorial

First we need to make a new PHP Document


<?php

?>

Now we need a variable to tell us what the head will say <yourforum> Statistics

<?php

$forumname = "CodeCall";

?>

Read More...

Category : PHP Tutorials | 2009-11-15 00:04 | Bookmark and Share