Tutorial Center

Hello Guest!
Forums | Register | Forgot Password
122 visitors online
Tutorial Categories
Sponsors
Newsletter Subscription
Our Sponsors
Error: You Are Not Logged In!

Sorry, but you must be logged in or regiserted.

Who Favored This Tutorial?

No one has favored this tutorial yet. Be The First To!

More Tutorials by Primephp.com/
Avatar
Automatically pluralize any english word th...
If you need a function to automatically pluralize a word for you in a proper english manor you can use this function. All you do is pass the word you want to turn plural through the function and the plural version will be returned.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Custom RSS 2.0 Content Feeds using OOP
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 Content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
MySQL OOP Database Script
This MySQL OOP Database connection class was submitted by David Rosthorn and it makes MySQL queries more manageable by breaking down the key functions and features of the MySQL module found in all standard PHP installations and creates an environment that is a little faster to work with.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Creating a paging system with MySQL
In this tutorial I will show you how to create your own paging system for a MySQL database table using PHP. You will learn how to have a list of pages automatically generated from the total row count on your table based on the limit of results to be displayed per page.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Search Engine Friendly URLs with mod_rewrit...
You see them all over the internet, search engine friendly URLs are becoming very popular. There are a couple ways to achieve a search engine friendly URL but the easiest way to implement them is to use mod_rewrite in your .htaccess file. In this tutorial you will learn how to read and call a search engine friendly URL on your website using a gateway type template script.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial