Berikut ini adalah solusi sederhana dan mudah, cobalah.
$result = mysql_query("SELECT * FROM licensing_active WHERE title_1 ='$title_1' ");
if( mysql_num_rows($result) > 0) {
mysql_query("UPDATE licensing_active SET time = '$time' WHERE title_1 = '$title_1' ");
}
else
{
mysql_query("INSERT INTO licensing_active (title_1) VALUES ('$title_1') ");
}
Catatan:Meskipun pertanyaan ini berasal dari tahun 2012, perlu diingat bahwa mysql_* fungsi tidak lagi tersedia sejak PHP 7.