Re: [PHP-DB] MySQL Error 1366

2007-05-28 Thread Chetanji
Chetanji says, This may be a typo of yours. Look at the header... CREATE TABLE `sometableo` The 'o' is added by mistake? Blessings, Chetanji elk dolk wrote: > >>Hi All, > >>I want to load data from dump file to MySQL table using LOAD DATA INFILE >>bu

Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-14 Thread Chetanji
ng a empty, undescriptive container and is throwing a "hey, look at this it may not be normal" when the login.php script is run by itself in the browser. You are thinking its not a problem and will not lead to any problems. If this is the case then th

Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-14 Thread Chetanji
ord"]=> string(4) "tech" ["Submit"]=> string(5) "Login"} ;;;; This gives me hard evidence that the $_POST array is working ju

Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-14 Thread Chetanji
at is then hashed itself in the login.php program. It works and doesn't 'auth' for incorrect user/pass combinations. However, I do not like running programs that kick out 'errors' of any kind. It seems to always lead to unpredictable situations that are a problem

Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-14 Thread Chetanji
I corrected a small spelling error to make the situation more understandable. Everything is the same I am stuck! Thanks in Advance, Chetanji Chetanji wrote: > > > > All the errors are gone but this nagging one. I am running a login script > and getting this error... &g

[PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-14 Thread Chetanji
To All a Welcome, All the errors are gone but this nagging one. I am running a login script and getting this error... To bring the username and password into the processing script I am doing it this way, and having trouble. I have spent too many hours working on this one issue. Please help som

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
); return mysql_query($q,$con); ;; ;; Chetanji wrote: > > Hey Bedul, > My mistake as md5 on MySQL side still works. I put an extra ' in the > passwords value by mistake. I corrected it. > Still no error from MySQ

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
'). Still haven't figured this silly problem out. Thanks for your quick help though. Chetan Chetanji wrote: > > Hey Bedul, > I dropped the table and recreated it with VARCHAR (50) for both. (The > reason I like BLOB is when you edit the table all you see is BLOB until >

Re: [PHP-DB] PHP to md5 the $var before it reaches MySQL's gen query log

2007-05-12 Thread Chetanji
Hey Bedul, I dropped the table and recreated it with VARCHAR (50) for both. (The reason I like BLOB is when you edit the table all you see is BLOB until you have the permission to open it to binary or text. Here is the log message: 070512 16:36:07 35 Connect [EMAIL PROTECTED] on