My Problem..
I want to serch the data from the data base( by using php mysql) and provide the input by user i mean user give the input details what he/she serch for here is no problem my serch query is going well but the requirement is that i want to add an intermediate page ie when user press the serch button(or submit their query) a page list have the text
Your result being populated from our data base or any welcome mesage
and then the serch result comes. Can any idea please suggest me, how to achieve that task
its very urgent.If any one found any idea plz tell me on other way ie on my mail also if possible my mail is
dhiraj.kumar.k@gmail.com
Thanks in Advance.
Can Any one give me an idea
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Can Any one give me an idea
You probably want to use Ajax to do the query. You can use Javascript to display the message. When the results arrive you can replace the message with the results.
(#10850)