04.05.2011, 07:57
First of all, you've created a 256 cell string for no reason. You're selecting everything from that table, you don't need to format a string, you're not formatting a string, you could just directly use
Furthermore, you defined your splitting parameter as '|' yet you're trying to use ',' in sscanf.
pawn Код:
mysql_query("SELECT * FROM `parkinglot`");