Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
Posts Tagged ‘Tutorials’
PHP Tutorials: Register & Login: User registration (Part 2)
Friday, May 21st, 2010PHP Tutorials: Unique Visitor Counter (Part 1)
Friday, May 21st, 2010
This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.
PHP Tutorials: MySQL (Part 2)
Friday, May 21st, 2010
Connecting to the database, error handling and selecting your database.
PHP Tutorials: SQL Injection (Part 1)
Friday, May 21st, 2010
Learn what SQL injection is and how to get access to an account without a password.
PHP Tutorial – 21 – include function
Friday, May 21st, 2010
Subscribe to my Channel if you like my tutorials! Go to my website thenewboston.com if you need any help or have any questions. I will answer them all there!
PHP Tutorials: MySQL (Part 1)
Friday, May 21st, 2010
Using phpMyAdmin to create a new table on a database. The basics!
PHP Tutorials: Register & Login: User login (Part 1)
Friday, May 21st, 2010
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: Create a Search Engine (Part 1)
Friday, May 21st, 2010
Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
PHP Tutorials: Name Splitter (Part 1)
Friday, May 21st, 2010
Splits a full name into two seperate variables. Useful for signup forms where you just want to ask the user their full name, and not have two seperate boxes for first and last names.