views:

41

answers:

1

Hi, I am designing a question module.

What i want is while i'm typing something in a textbox (called title), it should list titles of other questions that have already been asked. But not done as AutoCompleteText.

I'd like those listed questions to pop up near the textbox and be set as a hyperlink, and by clicking on that link will result in the user being taken to that questions page to view all the available things about it.

A: 

buddy i m basically a php programmer and as far as i know u should use Ajax to overcome ur problem, i think that's the only way to generate automatically the list of earlier asked questions as u have to maintain the questions in a database table.

Prateek