Home
Tutorials
PHP Tutorials
All PHP Tutorials
Ad Management
Counter
Email System
Forum and Guestbook
File Upload
Image Manipulation
Login / Members / Password
Pagination
Encode Script
Refresh / Redirection
Miscellaneous
MySQL
All MySQL Tutorials
Create, Manage Database using phpMyAdmin
Connect to Database
Insert Data
Select Data
Update Database
Delete Database
Order Results
PHP Text Editors
Downloads
PHP, MySQL Books
Web Hosting
PHP Tutorials > miscellaneous
Alternating table row colors
Many of websites use this script to alternate their table row color that selected from mysql database, very useful and cool.
Level : easy
Form Validation Using Dreamweaver
In this tutorial shows you how to validate form using Macromedia Dreamweaver, it will show alert box when someone press submit button and forgot to fill your requied fields.
Level : Beginner
Get full web page URL from address bar
In this tutorial, you'll learn how to get current web page url from your web browser address bar using php script.
Level : easy
Limit Displayed Characters From Your Text
This php script helps you limit displaying characters form you message and not cut out your word.
Level : Beginner
Making number format like 0001, 0002
In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this
Level : easy