Jackthumper Posted September 21, 2010 Share Posted September 21, 2010 i need the insert code Link to comment https://forums.phpfreaks.com/topic/214036-how-to-insert/ Share on other sites More sharing options...
flemingmike Posted September 21, 2010 Share Posted September 21, 2010 $query = "INSERT INTO jobno VALUES ( NULL, '$_POST[jobNO]', '$cid' )"; mysql_query($query) or die('Error, insert failed'); Link to comment https://forums.phpfreaks.com/topic/214036-how-to-insert/#findComment-1113869 Share on other sites More sharing options...
Pikachu2000 Posted September 21, 2010 Share Posted September 21, 2010 i need the insert code ? ? ? Link to comment https://forums.phpfreaks.com/topic/214036-how-to-insert/#findComment-1113871 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.