Pagination in PHP

Okay so how many of you have been stuck in situations where you have plenty of records to display from a table and you cannot divide the records into pages. And your page becomes as long as “Great Wall of China”. This has been situation for most of the people at least once. So today I am going to show you how to create pagination in PHP.

Well here is the code that you can use to create pagination. I have explained the code with the help of comments for each line, so won’t be explaining too much here.
[find interesting? read all..]

Tutorials | No comment | Share the Knowledge [+]

How to encrypt a Password in C# or ASP.Net using C#

There must have been times when you needed to encrypt your data while using c# (…obviously that’s why you are reading this tutorial.) but didn’t know how to. Well this had been a question for me when I was doing my minor project for college and had to search a lot for it. And believe me it was very hard to find a good tutorial on it. So now I am going to provide you with the code and method to encrypt your data using md5 in C#.
[find interesting? read all..]

Tutorials | No comment | Share the Knowledge [+]