Greenguy's Board


Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2010-03-04, 01:59 PM   #1
mark6188
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
mark6188's Avatar
 
Join Date: Sep 2009
Posts: 88
Send a message via ICQ to 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"])
__________________
My Blog: Working The Business
mark6188 is offline   Reply With Quote
Old 2010-03-04, 02:14 PM   #2
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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:43 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc