Hello,

I'm updating a table with following SQL statement

 $sql = "INSERT INTO x_ikaluokat (ryhma, ikaluokka)
   VALUES ('$ryhma','$ikaluokka')";

What would be the best way to test that similar rows doesn't get created to 
the table? I can't make both columns unique.

Thanks
-Will 

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

Reply via email to