Click here to Skip to main content
15,891,248 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
Questioninstalling Zorine OS on virtualbox?? Pin
AmbiguousName24-Apr-10 5:10
AmbiguousName24-Apr-10 5:10 
AnswerRe: installing Zorine OS on virtualbox?? Pin
LloydA11124-Apr-10 5:53
LloydA11124-Apr-10 5:53 
Questionphp website with parameters Pin
MacIntyre22-Apr-10 13:03
MacIntyre22-Apr-10 13:03 
AnswerRe: php website with parameters Pin
Dr.Walt Fair, PE23-Apr-10 16:25
professionalDr.Walt Fair, PE23-Apr-10 16:25 
GeneralRe: php website with parameters Pin
MacIntyre23-Apr-10 19:26
MacIntyre23-Apr-10 19:26 
GeneralRe: php website with parameters Pin
Dr.Walt Fair, PE24-Apr-10 6:29
professionalDr.Walt Fair, PE24-Apr-10 6:29 
QuestionPossible md5 encrypting error Pin
SRJ9221-Apr-10 11:43
SRJ9221-Apr-10 11:43 
AnswerRe: Possible md5 encrypting error Pin
Graham Breach21-Apr-10 22:41
Graham Breach21-Apr-10 22:41 
First, you should really escape the $_POST['user'] value before putting it into an SQL query:
$username = mysql_real_escape_string($_POST['user']);


As for why it logs you in when the password is left blank, my guess is that the hashed password is actually the MD5 hash of an empty string. In other words, the correct password is a blank password.

SELECT MD5('') gives me d41d8cd98f00b204e9800998ecf8427e - is that what you have?
GeneralRe: Possible md5 encrypting error [modified] Pin
SRJ9223-Apr-10 11:38
SRJ9223-Apr-10 11:38 
GeneralRe: Possible md5 encrypting error Pin
SRJ9223-Apr-10 12:26
SRJ9223-Apr-10 12:26 
QuestionHow to add new row to gridview at first? Pin
lamiaa_12316-Apr-10 5:54
lamiaa_12316-Apr-10 5:54 
AnswerRe: How to add new row to gridview at first? Pin
HimanshuJoshi18-Apr-10 19:49
HimanshuJoshi18-Apr-10 19:49 
Questionwindow.open The Pop window can be resize as per the content of the page Pin
Sandesh M Patil14-Apr-10 4:16
Sandesh M Patil14-Apr-10 4:16 
AnswerRe: window.open The Pop window can be resize as per the content of the page Pin
Dr.Walt Fair, PE23-Apr-10 16:22
professionalDr.Walt Fair, PE23-Apr-10 16:22 
QuestionPositioning errors :S Pin
SRJ9213-Apr-10 11:48
SRJ9213-Apr-10 11:48 
AnswerRe: Positioning errors :S Pin
enhzflep19-Apr-10 20:30
enhzflep19-Apr-10 20:30 
AnswerRe: Positioning errors :S Pin
xTraCD21-Apr-10 6:16
xTraCD21-Apr-10 6:16 
GeneralRe: Positioning errors :S Pin
SRJ9221-Apr-10 11:37
SRJ9221-Apr-10 11:37 
Questionnot sending other email account in mail() Pin
jhyn12-Apr-10 17:44
jhyn12-Apr-10 17:44 
AnswerRe: not sending other email account in mail() Pin
Michel Godfroid19-Apr-10 21:46
Michel Godfroid19-Apr-10 21:46 
GeneralRe: not sending other email account in mail() Pin
jhyn20-Apr-10 15:40
jhyn20-Apr-10 15:40 
Questionhow to read .zip file in php Pin
udch12-Apr-10 4:03
udch12-Apr-10 4:03 
AnswerRe: how to read .zip file in php Pin
Graham Breach12-Apr-10 4:20
Graham Breach12-Apr-10 4:20 
GeneralRe: how to read .zip file in php Pin
udch12-Apr-10 5:12
udch12-Apr-10 5:12 
QuestionWeb interface Pin
josephong8-Apr-10 21:10
josephong8-Apr-10 21:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.