REGEXP and PHP Forms
Hi listfellows! Okay, I'm trying to make a form talk to a SELECT query using PHP. How do I make input from a form become a PHP variable? This is how far I've gotten: "> Now underneath this I have a function list_records() with a page t
Fwd: Re: FULLTEXT exact match queries?
Hi! I built my database and then used the command: ALTER TABLE disc ADD FULLTEXT (title,recentdata,specialsound,uniqueid) But if I try to search with this command: SELECT title, recentdata, specialsound,uniqueid FROM disc WHERE MATCH (title) AGAINST ('Superman')