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]
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