PDA

View Full Version : Submit button


truviet911
03-05-2005, 06:37 AM
http://www.tuanpham.net/site/inner.html
please move this post for me if i post in the wrong room .

please can anyone write me a script that search my site ?i made those search features already now i need to activate my submit button . so it can search entire site when a user try to search .

Fou-Lu
03-05-2005, 09:02 AM
Sorry?
I don't understand what you are asking for. How to create a submit button? Or how to make use of it in a php script?
Can you be more specific?

truviet911
03-05-2005, 04:14 PM
Sorry?
I don't understand what you are asking for. How to create a submit button? Or how to make use of it in a php script?
Can you be more specific?
sorry for my bad english . i didn't mean to confuse you but my problem is how to make use of in in php script bro . like when they search it will appear the result on my page .

tomahack
03-06-2005, 01:28 AM
if i understand, you want the submit button search over your database for asking Property, right ? I tried to press Go button but it returns nothing..

First you might probably create those datas before in a SQL database if your server accept it, if yes, and if you have Cpanel, log into it, and search for mysql databases, and click the "PHPMYADMIN" in bottom of the page.., this link gonna load datas from your database, and at this point, you can begin to insert data manually to test it.. Maybe im wrong but, you seem to begin with that, so i give you the basics :thumbsup: If you don't know what im speaking about, call this function: <? phpinfo(); ?> and add it to a test.html or whatever, and see what happening, and check at the bottom if mysql is enabled, or..if php is enabled :eek:

If you already know that, please be clear in your statements :cool: