Join the forums now, and start posting to receive access to our Scripts Vault!
$conn = mysql_connect($dbhost,$dbuser,$dbpass) or die ('Error connecting to mysql'); mysql_select_db($dbname);
$sql = "INSERT INTO item(name,main_type,rarity,stack_size,sub_type,cost,ilvl,flavor_text,rlvl,final) VALUES ('test1',0,5,0,0,0,255,'test1',0,1);";
and i'm procedural all of the way i refuse to use classes and objects they're silly things and nothing more to me.
mysql and mysqli DOES NOT differ in case sensitivity like stripos => they're completely different libraries (MYSQLI = MYSQL+Improved)Quoteand I'm procedural all of the way i refuse to use classes and objects they're silly things and nothing more to me.been there before, that will likely change
and I'm procedural all of the way i refuse to use classes and objects they're silly things and nothing more to me.