 |
Securing your MySQL Queries with Sprintf
Sprintf could well make the difference between a safe site and an unsafe site.
More Info - Visit
|
 |
Easy PHP Private messaging system
This is just a simple easy to make private messaging system. It has an inbox, sent page, compose, view message, delete, and an inbox limit to make sure it doesn't get too full. All the basics you need for a private messaging system.
More Info - Visit
|
 |
Turning Dynamic URLs to Static URLs
Apache mod rewrite feature lets you turn dynamic urls to search engine friendly urls. In this tutorial I attempt to explain with example how to turn dynamic urls to static urls.
More Info - Visit
|
 |
Active button with CSS and PHP
This tutorial will explain you how to make your button (link) in the navigation active when you are on a specific page.
More Info - Visit
|
 |
Learn PHP Variables
Learn the different variables types in PHP (string, float, etc), how they are declared, how they can be used in your program and what they can be used for. A quick tutorial for those as well who are making a shift from another language to PHP.
More Info - Visit
|
 |
Write to a file with PHP (creating a visitors log
Heres a tutorial on how to write to a file.
You can write to a file in many differnt ways in PHP. You can overwrite the file each time you write to it, you can add to the end, and write to the begging of the file. You could also write anywhere in the file but thats a little more complicated than the rest so I'll leave that for now.
More Info - Visit
|
 |
Integrating Flickr Into Your Wordpress Theme
In this tutorial, I cover the procedure from beginning to end on implementing your flickr feed into your Wordpress theme. Starting from installing a plugin to adding CSS to style the thumbnails.
More Info - Visit
|
 |
PHP login system with registration
This is going to be a simple tutorial for setting up a PHP login system that runs off a MySQL database and could ultimately be used for a member system.
More Info - Visit
|
 |
Super Fast Form Processing Via PHP
This is the best and most simple way to create an automated form using php extraction commands.
More Info - Visit
|
 |
Get adsense stats directly with PHP
Most of us webmasters use adsense for our websites. Havent you just like me wanted to get the stats via PHP directly into your own script? Here is how to get channel data with a script ready to use.
More Info - Visit
|