Search results

  1. M

    my life, it's ****ed.

    hi all why does this piece of code not work :s <?php mysql_query("UPDATE `articles` SET likes = likes+'".$_SESSION['userid'].",' WHERE id = '".mysql_real_escape_string($_GET['id'])."'") or die('error liking an article lol sorry'); ?> what it needs to do is simple: adding "<user id number>," to...
Top