EDIT (3:22pm, 3/25/2009):
Nevermind D: I totally didn't know i could write something like
$result = mysql_query("SELECT * FROM tbl_auth_user;");
And just throw up a huge WHILE loop for the whole damn table to just print the contents.
Now i can figure out how to shoot the contents of the table into $_POST. variables and compare them, as a method
(
Read more... )
Comments 3
I suggest looking into mysqli... It uses object-oriented stuffs as opposed to what you're using now [basically, makes things a little easier for you to code -and- to read]. Check it out! Object-oriented stuff is pretty easy to pick up on, and it'll make your life exponentially easier.
Reply
Reply
I've tried Vi/Vim, i've tried UltraEdit.. but nothing is as comfortable to me as notepad.exe
Reply
Leave a comment