Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Error when i try to upload multiple rows

    a) Identifying the statement(s) which generate the error(s)

    $query = "UPDATE lc_t_configuracion SET valor = '$valor' WHERE id_conf =$id_conf ORDER by id_conf DESC LIMIT 1";

    mysql_query($query)...

Viewing post 1 (of 2 total)