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

Linux, Apache, MySQL, PHP

 
NewsOneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011) Pin
AditSheth13-Oct-11 18:28
AditSheth13-Oct-11 18:28 
GeneralRe: OneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011) Pin
Albert Holguin14-Oct-11 7:58
professionalAlbert Holguin14-Oct-11 7:58 
GeneralRe: OneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011) Pin
AditSheth16-Oct-11 21:16
AditSheth16-Oct-11 21:16 
GeneralRe: OneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011) Pin
Albert Holguin3-Nov-11 11:40
professionalAlbert Holguin3-Nov-11 11:40 
QuestionProblem with a query Pin
MacRaider413-Oct-11 8:02
MacRaider413-Oct-11 8:02 
AnswerRe: Problem with a query Pin
Graham Breach13-Oct-11 9:56
Graham Breach13-Oct-11 9:56 
AnswerRe: Problem with a query Pin
Luc Pattyn13-Oct-11 11:33
sitebuilderLuc Pattyn13-Oct-11 11:33 
AnswerRe: Problem with a query Pin
Mohibur Rashid13-Oct-11 17:05
professionalMohibur Rashid13-Oct-11 17:05 
Dude,
You have made a classic mistake. Very funny.
It is
PHP
if($db_field['name'] = $empUserName){echo "match<br />";}


and it should be
PHP
if($db_field['name'] == $empUserName){echo "match<br />";}


few more things,
make sure your Query execution is successfull.
so the line should be
PHP
$result = mysql_query($SQL) or die("Error In Query :".$SQL."<br>".mysql_error());

AnswerRe: Problem with a query Pin
arya168515-Oct-11 3:02
arya168515-Oct-11 3:02 
QuestionMP3 Songs Download Website CMS Pin
sadiqabbas13-Oct-11 7:11
professionalsadiqabbas13-Oct-11 7:11 
QuestionYahoo Messenger Invisible Checker PHP Script Pin
sepehrooo11-Oct-11 12:39
sepehrooo11-Oct-11 12:39 
QuestionPlease help me Pin
yornsocheat2-Oct-11 17:06
yornsocheat2-Oct-11 17:06 
AnswerRe: Please help me Pin
Richard MacCutchan2-Oct-11 23:08
mveRichard MacCutchan2-Oct-11 23:08 
AnswerRe: Please help me Pin
Mohibur Rashid5-Oct-11 16:58
professionalMohibur Rashid5-Oct-11 16:58 
AnswerRe: Please help me Pin
wenbin.wu21-Oct-11 15:49
wenbin.wu21-Oct-11 15:49 
Questionسلام به همه ایرانی های عزیز Pin
rahmani12328-Sep-11 21:37
rahmani12328-Sep-11 21:37 
AnswerRe: سلام به همه ایرانی های عزیز Pin
Richard MacCutchan30-Sep-11 22:00
mveRichard MacCutchan30-Sep-11 22:00 
GeneralRe: سلام به همه ایرانی های عزیز Pin
Luc Pattyn19-Oct-11 2:01
sitebuilderLuc Pattyn19-Oct-11 2:01 
GeneralRe: سلام به همه ایرانی های عزیز Pin
Richard MacCutchan19-Oct-11 2:28
mveRichard MacCutchan19-Oct-11 2:28 
Questionencode & decode Pin
mryazdani22-Sep-11 10:02
mryazdani22-Sep-11 10:02 
AnswerRe: encode & decode Pin
Luc Pattyn22-Sep-11 10:30
sitebuilderLuc Pattyn22-Sep-11 10:30 
GeneralRe: encode & decode Pin
mryazdani22-Sep-11 10:57
mryazdani22-Sep-11 10:57 
AnswerRe: encode & decode Pin
Luc Pattyn23-Sep-11 2:03
sitebuilderLuc Pattyn23-Sep-11 2:03 
GeneralRe: encode & decode Pin
mryazdani26-Sep-11 9:58
mryazdani26-Sep-11 9:58 
Questionprevent Click Jacking in PHP Pin
Shama Shahzadi20-Sep-11 19:07
Shama Shahzadi20-Sep-11 19:07 

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.