[PHP-DB] RE: stuck on stupid...can't find the bloody error..

2004-04-25 Thread J. Alejandro Ceballos Z.
Isnt easy to use if (! $page_req) or if (strcmp($page_req,"0")) instead of if ($page_req == "") or if ($page_req == "0") ? -- saludos, J. Alejandro Ceballos Z. | ---+--- http://alejandro.ceballos.info | [EMAIL PROTECTED]

[PHP-DB] Re: stuck on stupid...can't find the bloody error...

2004-04-25 Thread Andy Ladouceur
Dan Bowkley wrote: else { $query_insert = "INSERT INTO boards (wo_num, name, phone, email, date, board_type, last_three, weight_in, weight_out) VALUES (\'$wo_num\', \'$name\', \'$phone\', \'$email\', \'$date\', \'$board_type\', \'$last_three\', \'$weight_in\', \'$weight_out\')"; No need to esca