REGEXP and PHP Forms

2001-09-25 Thread Nate Fowler
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: ?php function search_records() { ? form name=form1 method=post action=?php echo

Fwd: Re: FULLTEXT exact match queries?

2001-09-24 Thread Nate Fowler
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')