Forum Moderators: coopster
I'm doing some kind of address book in php with dreamweaver mx, everything is going fine execpt for the search option im trying to run on my site.
I have a text input where you enter the text you want it to search in the db, the text input is called f1_text. It searches in the following fields: nombre, apellido, mail and nick.
The problem is that i don't know how to set up the query in the advanced query window of sql so it grabs the text from f1_text and serchs in the fields i mentioned before.
Excuseme if i wasn't too clear, my english is not good enough.
So if you need any explanation post and i'll try to explain it better.
Thanks in advanced
i suppose your database is MySQL, if it is, you should take a look here:
[mysql.com...]
i think it may be helpful. i think that there’s also a spanish version of the manual; i’m lazy right now so i didn’t look it for you. :)
hope this helps.