Posts: 3
Threads: 1
Joined: Jan 2013
Reputation:
0
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.
Posts: 329
Threads: 21
Joined: Sep 2010
Reputation:
0
So what do you want to do?
Posts: 3
Threads: 1
Joined: Jan 2013
Reputation:
0
I want connect UCP panel with my samp Mod.
Can you help me?
Posts: 16
Threads: 1
Joined: Jan 2013
Reputation:
0
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.
Guest9328472398472
Unregistered