Tagged Questions

0
votes
1answer
197 views

mysql fulltext against()

I am trying to create a search page with MySQL fulltext. I have a search page with a textbox: < FORM NAME ="form1" METHOD ="POST" ACTION ="catalog.php?action="> I pass the user's input to ...