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
