SA-MP Forums Archive
phpMyAdmin + MySQL newbie question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: phpMyAdmin + MySQL newbie question (/showthread.php?tid=447780)



phpMyAdmin + MySQL newbie question - NeroX98 - 01.07.2013

Hi

I have created phpMyAdmin and edited the structure, after that i created a register system, that works perfectly, but the problem is that only one row is saving on the database, actually just one account

Where should i search the problem, i'm pretty sure that it's not PAWNO problem...


Re: phpMyAdmin + MySQL newbie question - NeroX98 - 01.07.2013

Код:
SELECT * 
FROM  `Igraci` 
WHERE 1 
LIMIT 0 , 30
Maybe i should change something... I Don't believe that this code is right...


Re: phpMyAdmin + MySQL newbie question - ReVo_ - 01.07.2013

create "ID" as AUTO_INCREMENT key and PRIMARY_KEY

P.S Man how can i help you w/o info