MD5 Update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please, help me with this:


$preencher = mysql_query("SELECT * FROM alemao");
$update = mysql_query("UPDATE alemao SET codigo = md5(concat(nome,email))");

mysql_close ($db);


whats wrong with my code? when I tell him to

<? if ($update) echo "Insert MD5";
else echo "No"; ?>

he returns "Insert MD5", but nothing happens in the db... whats wrong?

Thank you in advance,

Dani



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux