Can Any one give me an idea

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dhiraj
Forum Newbie
Posts: 12
Joined: Wed Apr 23, 2008 12:23 am

Can Any one give me an idea

Post by dhiraj »

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.
User avatar
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

Post by Christopher »

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)
Post Reply