kito2
www.masteria.net
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:
And then you type:
This would be the query:
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.
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.