$bd->definir_query("UPDATE tabposts SET nome = '$nome', email = '$email', post = '$post' WHERE id = $id");
i'm using that query and is giving me an error and i already changed that a thousand times :s
$bd is a class where i got a function called "definir_query" which i execute the arguments(the sql code).
anyone?
thanks
i'm using that query and is giving me an error and i already changed that a thousand times :s
$bd is a class where i got a function called "definir_query" which i execute the arguments(the sql code).
anyone?
thanks