SA-MP Forums Archive
MySQL DB - zahrej.playerinfo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: MySQL DB - zahrej.playerinfo (/showthread.php?tid=404307)



MySQL DB - zahrej.playerinfo - papam77 - 02.01.2013

Hey i wanna make UCP panel for my server. I made everything but i can't search what i must type to table zahrej.playerinfo in MySQL DB.
Please SQL.


Re: MySQL DB - zahrej.playerinfo - ca2k - 02.01.2013

So what do you want to do?


Re: MySQL DB - zahrej.playerinfo - papam77 - 03.01.2013

I want connect UCP panel with my samp Mod.
Can you help me?


Re: MySQL DB - zahrej.playerinfo - ToxXiC - 03.01.2013

I don't know if you mean this but, to search something in the table that looks like it you should use the LIKE option.

Here's a sample: SELECT * FROM `$db_table` WHERE `name` LIKE '%$filter%'
where $db_table is the table (playerinfo) and $filter is the word or a part you are searching for.


Re: MySQL DB - zahrej.playerinfo - papam77 - 03.01.2013

Toxic ? Have you skype ?


Re: MySQL DB - zahrej.playerinfo - Guest9328472398472 - 03.01.2013

I would recommend reading this - https://sampwiki.blast.hk/wiki/Mysql_tutorial