Welcome to the Browser-Base Game Zone forums!
Ok. I have two more questions:1) How can I add some image into the database? I must make some special settings in the db?2) I read, that function mysql (used in tutorial) is non-actual and today is better to use mysqli. Is possible to only change the name of function in rpg game tutorial, or I must rewrite it all?
Quote from: Argonisius on October 11, 2009, 03:22:54 PMOk. I have two more questions:1) How can I add some image into the database? I must make some special settings in the db?2) I read, that function mysql (used in tutorial) is non-actual and today is better to use mysqli. Is possible to only change the name of function in rpg game tutorial, or I must rewrite it all?As for mysqli, I heard you have to use prepared statements, and also from what Ive heard, they are a pain in the arse... But only the query functions shouldneed to be rewritten, the rest should be ok.