PHP Lesson 10: MySQL User Login - Part 3
3 Responses to “PHP Lesson 10: MySQL User Login - Part 3”Leave a ReplyPosted on August 30th, 2007 by admin Filed under MySQL | |
|
PHP Lesson 10: MySQL User Login - Part 3
3 Responses to “PHP Lesson 10: MySQL User Login - Part 3”Leave a ReplyPosted on August 30th, 2007 by admin Filed under MySQL | |
|
September 16th, 2007 at 2:02 am
how do we save this …
how do we save this to mysql database?
October 12th, 2007 at 6:45 am
I tried ” $db_host …
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!
October 12th, 2007 at 6:45 am
I seem to be having …
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.