RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial PHP User Authentication Maintaining state with PHP4 sessions Tutorial
HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering from an online shop, and then forgets all about it. A few seconds later, the same person sends another request, View Rating



PHP Tutorial
Tutorial PHP User Authentication PHP Login System Tutorial
This tutorial will teach you how to create your own login system with PHP, using sessions and the PEAR::DB classes. Want to password protect your pages and only allow members to see them? Then read this. View Rating



PHP Tutorial
Tutorial PHP User Authentication Create a Complete User Management System with PHP and MySQL Tutorial
This tutorial covers the concepts of creating a membership system from A to Z on your website. It includes signup, activation, login and lost password recovery as well as Session Management. It is very in depth and extensive. View Rating



PHP Tutorial
Tutorial PHP User Authentication php login script tutorial Tutorial
This tutorial sows you how a simple php login system is created. View Rating



PHP Tutorial
Tutorial PHP Site Navigation Breadcrumb Navigation Tutorial
Breadcrumb navigation breaks the site into links of categories and sub-categories, until the reader finally reaches the actual page they want. This article describes how to create breadcrumb navigation for your pages dynamically. View Rating



PHP Tutorial
Tutorial PHP Site Navigation Making Expanding and Collapsing Menus with PHP Tutorial
If you want menus that can expand or collapse when a user clicks on it, this tutorial will show you how to do it. View Rating



PHP Tutorial
Tutorial PHP Site Navigation Dynamic URLS using php and mysql Tutorial
A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow. View Rating



PHP Tutorial
Tutorial PHP Site Navigation Paging in PHP Tutorial
This tutorial will show you how to implement this into your web site. It starts off with a bit of theory, then it will introduce a simple class to simplify the whole process. Then after that is a real-world pagination example. View Rating



PHP Tutorial
Tutorial PHP Site Navigation HTML Templates Tutorial
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include View Rating



PHP Tutorial
Tutorial PHP Security Running PHP Scripts Securely Tutorial
Connecting to a database requires that passwords be included in the script at some point. This information may be exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called 'wrapping.' When you wrap a script, it is cal View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.