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 ‘Php 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 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.
PHP Tutorial: Installation and The Basics
Friday, May 21st, 2010
To get php and apache installed use xampp. xampp is free and contains php / apache (around 33mb) 1. Download and Install XAMPP from here: www.apachefriends.org 2. on windows go to C:\xampp it should have a folder called htdocs. If you put a file called foo.html into the htdocs folder you should be able to access it by going to localhost or /foo.php. There’s also something called WAMP www.wampserver.com There’s a lot of php tutorials out there just search google www.google.com Request tutorials here youtube.jimmyr.com More PHP TUtorials here killerphp.com Some people have recommended other editors www.scintilla.org www.pspad.com en.wikipedia.org www.context.cx %%programming