If you do not want to load the details in the page (that could be like a tooltip), but for query the DB when you pass over the mail, you would need a bit of javascript and an ajax request. To make it step by step, you should try to do your ajax request with a link (by clicking), then you can play with javascript to make the request on "hover" . The tooltip approach is easier I think
On Oct 3, 2:25 pm, hemant sonker <[EMAIL PROTECTED]> wrote: > hi > i am a newbe in cakephp. i am using cakephp 1.2. > i have columns in my database like email,subject, message, and date. > what i am trying to do is that whenever i puts a mouse on email,it > should have a hover kind of thing which displays the users full > name ,age ,sex and place. > > i have a table named users in which these fields are there. > how can i fetch this value from the ysers table so that ,whenever i > hover on email it should give me full details. > > please help me soon as possible. > > regards > > hemant sonker --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
