December 21, 2008

PHP Lesson 10: MySQL User Login - Part 3

gorilla3d posted video:


code @ http://www.gorilla3d.com/v2/Tutorial_php_mysql_user_login

Tags: , ,

Filed under Howto by administrator

Permalink Print

Comments on PHP Lesson 10: MySQL User Login - Part 3

December 23, 2008

gavinjary @ 6:51 pm

Hi Joseph great tuts, just to let you know you have an embedded Trojan on your website Trojan-Clicker.JS.Agent.h that keeps being picked up by kaspersky antivirus. Keep the tuts coming. Any chance of more pratical tut as to how to make log in useful. e.g Your client log in on your website. I want my customers to log in and then access theie own area on the site. Many thanks

jrox007 @ 9:28 pm

I downloaded ‘your’ 3 .php pages and it’s still not letting me log back in after I’ve logged in the first time. Index.php ‘login’ takes me to “You are logged in: Logout”. When I click ‘logout’ it takes me to logout.php (which is correct). If I attempt to go back to index.php it still says “You are logged in: Logout”. So I can’t log out in order to see the Username & Password text fields boxes again.

December 26, 2008

gorilla3d @ 5:17 am

Download the zip file located at the link. It has logout.php

jrox007 @ 12:01 pm

I cannot log out. When I click ‘logout’ it takes me to logout.php which is blank. If I then go back to index.php it says I am still logged in. I’m trying to read it myself and understand what’s going on but can’t :(

December 29, 2008

guruji01 @ 5:23 pm

very helpful series of videos…u must know that i found this more helpful than my classes or books!
god bless youtube and awesome web developers like yrself!
so..the burning question…what’s next? ‘how to register’ page?

December 30, 2008

guruji01 @ 9:52 am

are you using XAMPP?…in that case, you will need to make sure that mysql server is running from the XAMPP control panel.

December 31, 2008

TheaDragonSpirit @ 8:12 pm

I tried ” $db_host = ‘localhost’; $db_user = ‘root’; $db_pass = ”; $db_db = ‘users’; “, and even tried downloading your code but still it cant connect select table… so I dont know whats going on. Any help would be great thanks! Thanks a lot for showing us these tutorials aswel!

January 3, 2009

TheaDragonSpirit @ 8:34 pm

I seem to be having problem connecting to the datebase…. it says second error message you created. It dies on selecting table. Am using apache server on my computer, I named database mysite and table ‘users’. But its not connecting.

January 6, 2009

videoasitis @ 8:56 am

how do we save this to mysql database?