CONSULTA DELETE a MySQL

//ejemplo function eliminar($idPrevista) { $cont = new DBConexion; if($cont->conectar()) { $queryt = "DELETE FROM tbprevista WHERE idPrevista='$idPrevista'"; $resultt = @mysql_query($queryt); if (!$result) return false; elsejavascript:; return $result; } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.