Need help on onmouse over function in PHP

Discussion in 'PHP' started by ksamir2004, Mar 14, 2008.

  1. #1
    Hi User,

    can any one help me to implementing on mouse over in php.

    Example: In this Forum list. there is lot of Question . When you are pointing mouse on any of question, u are getting all information of New Thread without opening of Question. So i need help in PHP so i can make my portal more attractive..


    Thanks
    Sam:)
     
    ksamir2004, Mar 14, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    It's pure HTML, actually:

    
    <a href="http..." title="All the text you want to display on mouseover here">Link</a>
    
    HTML:
     
    nico_swd, Mar 14, 2008 IP
  3. ksamir2004

    ksamir2004 Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hey,

    i need this thing dynamically. every time i can't open and paste it. plz send full code. so i can implement.

    Thanks
    Sam
     
    ksamir2004, Mar 14, 2008 IP
  4. Marc Fraser

    Marc Fraser Peon

    Messages:
    283
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sorry but you cant answer this question without your PHP code. Are you getting your data from a database? Or what?
     
    Marc Fraser, Mar 14, 2008 IP
  5. ksamir2004

    ksamir2004 Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yes i am getting data from Oracle10g database.
     
    ksamir2004, Mar 14, 2008 IP
  6. Marc Fraser

    Marc Fraser Peon

    Messages:
    283
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Do you have your select statement there?
     
    Marc Fraser, Mar 14, 2008 IP
  7. ksamir2004

    ksamir2004 Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i know Sql Quary.
     
    ksamir2004, Mar 14, 2008 IP
  8. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #8
    Post... your... code.
     
    nico_swd, Mar 14, 2008 IP
  9. Marc Fraser

    Marc Fraser Peon

    Messages:
    283
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    My sentiments exactly!
     
    Marc Fraser, Mar 14, 2008 IP
  10. The Critic

    The Critic Peon

    Messages:
    392
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Without your code it's hard to give an exact answer, but I'm going to assume that you are pulling all of the questions from a database and then using a loop to output them all into the browser in the form of HTML links. If this is the case, then just add the title attribute as mentioned above to your output and use a db field to store the value you want to use for each question.
     
    The Critic, Mar 14, 2008 IP