Problem with links in tables

Discussion in 'PHP' started by Dave_S, May 17, 2009.

  1. #1
    Hi

    I'm generating a table of MySQL records in a scrollable <DIV> using PhP. Everything works fine in IE but in Firefox (and I think Safari) the email links and an edit button don't work - at least in most of the records they don't work!

    What's even stranger is; in any given scroll window, I find that the bottom 2 records do work normally. Then as I scroll down those 2 records become inactive and the 'new' bottom 2 become active.

    I've scoured my code and cannot find any reason why this should be happening.

    BTW my PhP code is positioned outside of the <HTML> tags in order to use the Header function fro re-directing.

    Any help gratefully received

    Regards

    Dave
     
    Dave_S, May 17, 2009 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Without a code example, or link to the pages in question, it's more or less impossible to help you. Please provide some code which we can look at.
     
    PoPSiCLe, May 17, 2009 IP
  3. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #3
    If your email and edit buttons don't work then maybe it is invalid characters messing with the echoing out of the information. You can't use " if your input's have " around the stuff.
     
    exodus, May 18, 2009 IP