Forum Moderators: coopster

Message Too Old, No Replies

Form varibles in PHP with Dreamweaver Mx

how to pass the form varible

         

EmeniusXp

6:23 am on Dec 24, 2002 (gmt 0)


Hello, I'm a total newbie to php so I need some help with this problem I'm having.

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

trismegisto

2:07 pm on Dec 25, 2002 (gmt 0)

10+ Year Member



hi emeniusxp

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.