Re: [PHP-WIN] What does"Query was empty" mean?

2003-03-28 Thread cpdm
nah, just a common one. ;) --Christopher Quoting quickshow <[EMAIL PROTECTED]>: > oh,what a stupid mistake i just made. > thx > <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > > your query variable is mis-named in the assignment statement: > > $addtmt = "Insert into > > > > $addstmt is the var

Re: [PHP-WIN] What does"Query was empty" mean?

2003-03-27 Thread cpdm
your query variable is mis-named in the assignment statement: $addtmt = "Insert into $addstmt is the variable you are passing to mysql_query() the $addstmt variable is empty, hence the error. --Christopher Quoting quickshow <[EMAIL PROTECTED]>: > i am php&mysql newbie. > i have created a

Re: [PHP-WIN] Re:Subject: multiple selections and checkboxes

2003-03-18 Thread cpdm
Also if you name your with array notation: echo(" 0) { ?> one two three --Christopher Quoting Neil Smith <[EMAIL PROTECTED]>: > Hi Toby - I can't actually fllw yr frm cs t hs n