Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: PHP HTML Table needs more than one row

  1. #11
    Join Date
    May 2006
    Location
    New York City
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by panachepad View Post
    Hi kosi. Sorry I have taken a while to reply. I didn't see your message.
    I'm trying to implement your code, but I don't know which part of the code I have quoted is replaced by it, if any. Do I just add that somewhere? I have a feeling it is replacement code, but I can't figure out for which lines exactly.

    {php dunce}
    It was meant to replace the entirety. Or at least the entirety of what you've posted on this board. (btw, sorry i've taken so long to respond as well.)

    And it's not nice to call yourself names, lol.

  2. #12
    Join Date
    Sep 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay! Well, I had to make one change to get it to show up, and that was
    foreach ($smilie as $key => $val) {
    to
    foreach ($smilies as $key => $val) {
    Once I did that, it made a table just as planned, except the table is now at the top of the page! LOL.

    I appreciate the help from thetestingsite and kosi. I have found another program that is going to work better overall. I don't want to stay with a program that has no support on their board anyway.

    Thanks again. I admire you folks with php sense.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •