PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
mysql_query("INSERT INTO ".$prefix."_reset (uniqueid,username) VALUES('".$uniqueid."','".$_POSTї'username']."')");
For some reason this does not work
i have cheked the values for each variables there are both correct but it does not get added to the database. Tried adding to the db manually through console but won't do it... Any ideas?