Quote:
Originally Posted by mark6188
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.