Make the row you want unique and then this code should do
1 2 3 4 |
$query = "INSERT IGNORE INTO blocks (pagename) VALUES ('$pagetitle')"; mysql_query($query) or die(mysql_error()); |
Make the row you want unique and then this code should do
1 2 3 4 |
$query = "INSERT IGNORE INTO blocks (pagename) VALUES ('$pagetitle')"; mysql_query($query) or die(mysql_error()); |
© 2022 CODEHAVEN