I have the same problem, would not be a problem on the server side? I have a question, in which command would use php to insert into blob using season? I want to make a ban system offline game.
Printable View
I have the same problem, would not be a problem on the server side? I have a question, in which command would use php to insert into blob using season? I want to make a ban system offline game.
its not serverside since it doesnt happen to 1.3.1 clients, only 1.3.6
Also less flame please, i think we have had enough threads of that. Lets actually try concentrate on the task in hand this time, i too kinda want this fixed.
Originally posted by das7002Quote:
blob is a Binary Large OBject which means you can read it as hex to edit if you wish...
Code:
hex(select `blobcolumn` from `tablename` where `something` = 'something')
remember backticks ` are for column or table names and apostrophes ' are for strings!