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 | 3 Comments » |
|
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 | 3 Comments » |
|
how do we save this …
how do we save this to mysql database?
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!
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.