Tutorial Center

Hello Guest!
Forums | Register | Forgot Password
141 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 Dotnetindex.com
Avatar
Working with sessions in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
MD5 Encryption in PHP
Md5 is a very easy way to encrypt any stirng data. Following example take and encrypts a string. Remember that you could not dencrypt any data after encryption.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
PHP Functions : array_fill
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Working with Arrays in PHP
Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value. .
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial
Avatar
Paging Results in PHP
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.
Comment Tutorial
Rate Tutorial
Bookmark Tutorial
Email Tutorial
Report Tutorial
View Tutorial