January 28th, 2008 by Tom

When you create a website, you may want to have a member area or an admin area on your site. There’re a lot of PHP and My SQL login system tutorials on the internet.
This is my collection of good tutorials on how to create PHP login system.

List of Tutorials How to Create PHP [...]


January 27th, 2008 by Tom

If you’re starting to learn PHP and MySQL, First thing you should do is installing PHP and MySQl on your computer but this step is not easy as you think, so there’s a solution to make installing PHP and MySQL easily by using software that install php mysql and other tools that required for [...]


January 19th, 2008 by Tom

When you retrived data from a mysql database and you want to limit displayed results per page. This is a tutorial that shows you a sample PHP code for creating a PHP and mysql pagination like digg.com or flickr.com. There’s also a guide how to customize the code.
Example

View the tutorial PHP Pagination