Loading results on same page

james486

New Member
not much code with this one,I have a database that I load all the names and id's of into my page, how could I make the user be able to click one of these and it load the description to go along with the title, without page refresh.so far I have...\[code\] echo "<div id=\"t".$row['Films_ID']."\"><a href=http://stackoverflow.com/"#\">".$film_name."</a></div>";\[/code\]this is in a loop that cycles through all the rows in the table, how would i load the $film_information into a seperate div when that link is pressed?Thanks for your time guys.
 
Back
Top