Re: [PHP-DB] newbie PHP/MySQL question

2006-01-03 Thread toylet
yes. Note the "delete from canton" query. I found something. case.. Somehow, mysql treat "A" the same as "a" Maybe from a previous query? I mean, did you make sure the table was clear > before starting the script? > > $target->query("delete from canton"); > > for ($ii=0; $ii<256; $ii++) {

Re: [PHP-DB] newbie PHP/MySQL question

2006-01-02 Thread Micah Stevens
Maybe from a previous query? I mean, did you make sure the table was clear before starting the script? On Monday 02 January 2006 6:18 pm, toylet wrote: > A table with a column big5 char(2) not null primary key. > > $target->query("delete from canton"); > for ($ii=0; $ii<256; $ii++) { >

Re: [PHP-DB] Newbie PHP/MySQL question

2002-12-20 Thread Seabird
LOL, Jason, you actually had me go back to the first post to re-read it for a link or some code... good skills there Jason, Jacco -- http://seabird.jmtech.ca Attitude is Everything! But Remember, Attitudes are Contagious! Is Yours worth Catching "Jason Wong" <[EMAIL PROTECTED]> wrote in mess

RE: [PHP-DB] Newbie PHP/MySQL question

2002-12-20 Thread Matthew Moldvan
:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Newbie PHP/MySQL question On Saturday 21 December 2002 01:11, Matt Matijevich wrote: > I am just getting started with php an mysql. > > When I try to insert a record php get stuck in som

RE: [PHP-DB] Newbie PHP/MySQL question

2002-12-20 Thread NIPP, SCOTT V (SBCSI)
] Subject: Re: [PHP-DB] Newbie PHP/MySQL question On Saturday 21 December 2002 01:11, Matt Matijevich wrote: > I am just getting started with php an mysql. > > When I try to insert a record php get stuck in some kind of loop and > about 25 records are created. Any help would be greatly

Re: [PHP-DB] Newbie PHP/MySQL question

2002-12-20 Thread Jason Wong
On Saturday 21 December 2002 01:11, Matt Matijevich wrote: > I am just getting started with php an mysql. > > When I try to insert a record php get stuck in some kind of loop and > about 25 records are created. Any help would be greatly appreciated. > > Windows 2000 server latest service pack. > P