View Single Post
  #4 (permalink)  
Old Jun 6th, 2007, 15:09
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: urgent advise needed please, username and password

Not really ... the second chunk of code you pasted refers to a login_table

PHP: Select all

$result mysql_query("Select * From login_table where user_name='$username'",$con); 



so ... you need to create that table in your database (if it's not created already) and put a username and password in that table.
Reply With Quote