View Single Post
Old 2010-03-04, 02:14 PM   #16
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
Ok - I do appreciate ur help Mark...

Quote:
Originally Posted by mark6188 View Post
I'm at my day job, so I can only look at this in brief spurts. Right now I see this is wrong:

if (!$_POST["admblogdetailzus"] || !$_POST["OLIVIAlynn616"])

should be:

if (!$_POST["username"] || !$_POST["password"])
Ok So I'll change that. And I also changed this part:
PHP Code:
<?
// Replace the variable values below
// with your specific database information.
$host "localhost";
$user "admblogdetailzus";
$pass "OLIVIAlynn616";
$db "dbuser";
The db = "dbuser" DBUSER is the name of the table I called it as in the directions. It's not the name of my database. So I changed that to the actual name of the database which is: admblogdetailzus The same as the username. I should or could just name the user name to anything.

Last edited by DIVAD3; 2010-03-04 at 02:27 PM..
DIVAD3 is offline   Reply With Quote