"MINE:

  $sql = "
          SELECT
            name
            , age
            , height
            , etc
          FROM user
          WHERE
            name = '$name'
            AND height = '5'";"

um...im not doing selects im doing inserts with variable names... i
understand the idea with select but thats not the deal....its an insert...

and i will retry using the '' on the keys again and make sure my query code
is the way it should be... has to be a '' out of place somewhere or
something... will let you know what happens and if it doesnt work i will put
the errors and code here...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to