Home

Submit

Source

Feeds

Home » PHP » Membership ::

PHP Membership
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. Let's create a login system using PHP and mySQL.
Related Tutorials
PHP Membership
A Complete Membership System
PHP / Membership
In this multi-page article I'm going to show you how to set up the server side scripting for a complete membership system, including everything from registration, to changing your password, validation emails, etc.

Site: biorust.com Report - View Tutorial

PHP Navigation
PHP and Javascript: Dynamic update with MySQL
PHP / Navigation
In this tutorial we will create a web page that extracts data from a MySQL database without having to refresh the page.

Site: www.geekpedia.com Report - View Tutorial

PHP Sessions and Cookies
PHP Sessions
PHP / Sessions and Cookies
Have you ever seen member systems, or did you read the little introduction to MySQL with PHP tutorial on this site? If you have, then you must be wondering how all the user data is carried from page to page.

Site: www.interviewmyass.co.uk Report - View Tutorial

PHP Security
Login
PHP / Security
Want a page to password protect and don't want others to see it.

Site: www.invano.com Report - View Tutorial

PHP Paging
Paging Results in PHP
PHP / Paging
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.

Site: www.dotnetindex.com Report - View Tutorial

PHP Site Analysis
Generating Advanced Web Page Statistics using PHP
PHP / Site Analysis
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using mySQL and PHP.You will need a moderate understanding of PHP and a limited knowledge of mySQL, including how to create a mySQL table using the mySQL client.

Site: devzone.zend.com Report - View Tutorial

PHP Miscellaneous
Making your first PHP page
PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.

Site: marek.litomisky.com Report - View Tutorial

PHP Databases
PHP Registration Page with MySQL
PHP / Databases
Creating a PHP Registration Page with MySQL.

Site: computervideos.110mb.com Report - View Tutorial

PHP Getting Started
Creating a PHP Quiz Page
PHP / Getting Started
PHP can be used to evaluate Quiz pages. The quiz page may be written in a normal form fashion, either multiple choice or True-false. After you create this form page, setting your PHP page as the action for the form, your php page can pick up the variables and evaluate the results of the form, scoring the form.

Site: www.developingwebs.net Report - View Tutorial

PHP Security
Blocking access to the login page after three unsuccessful login attempts
PHP / Security
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema uses visitors IP address to store log attempts in the database and block access to login feature for 30 minutes after third unsuccessful attempt.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Security
How to Create a Random Password for Users
PHP / Security
Create an 8-character random password to send to implement into your user-management system.

Site: www.earn-web-cash.com Report - View Tutorial

PHP Installation
Acquiring PHP MySQL
PHP / Installation
PHP and MySQL are already packaged in Linux and Mac OS X OSs. However, most PHP developer are actually using Windows when developing PHP applications. This is also true to myself. I have Mandrake Linux 10 but I'll just use it for testing purposes of my finished scripts. One reason is that Windows render an amazing web presence unlike any other OS's browsers. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform.

Site: www.webdesign.org Report - View Tutorial

PHP Databases
How to Access a MySQL Database Using PHP
PHP / Databases
Display data from a MySQL database on a web page using PHP.

Site: teamtutorials.com Report - View Tutorial

PHP CMS
Using Include To Avoid Unnecessary Repetition
PHP / CMS
Did you notice that now we are actually in a PHP-enabled page and not in an HTML page any longer? The dynamic background script from yesterday's diary is in use here, so depending on the day of the week that you are viewing this diary entry page, the background color will change.

Site: www.php-scripts.com Report - View Tutorial

PHP Sessions and Cookies
Password Protection with PHP, MySQL, and Session Variables
PHP / Sessions and Cookies
Learn how to implement password protection using PHP, MySQL and session variables.

Site: www.codebeach.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement