• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search button for a forum

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,764
Solutions
1
Reaction score
227
Location
Chile, Santiago
Hello, I need to create a button that searches in all the column of text, at posts table the word "kito"... The button should like like:

Code:
[Search:] [                           ][Submit]

And then you type:
Code:
[Search:] [kito                       ][Submit]

This would be the query:

Code:
SELECT * FROM  `posts` WHERE  `text` LIKE  '%kito%' LIMIT 0 , 30

The idea is to a foreach that shows all the posts with that text for Modern AAC, can someone guide me on how to do it? I think that I just need the button, the rest I can solve it.
 
Back
Top