Jump to content

dodgeitorelse3

Members
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    4

dodgeitorelse3 last won the day on July 14 2022

dodgeitorelse3 had the most liked content!

Profile Information

  • Gender
    Not Telling
  • Location
    Massena, NY

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dodgeitorelse3's Achievements

Advanced Member

Advanced Member (4/5)

12

Reputation

6

Community Answers

  1. Some code that you are using would be a big help to understand what is happening for you.
  2. Please post your code in a code block so we can see what is actually going on. We can sit and guess all day without seeing your code.
  3. I think your drop down needs to be inside your foreach($details as $detail)
  4. I think you need a semi colon at end of $stmt=$db->stmt_init() $stmt=$db->stmt_init();
  5. Do you get any errors? What isn't working? Where is the_permalink() defined at? When submitted what do you see?
  6. Although your pages have long <?PHP tags I think you also need to changes short tags I see in your code such as See the short tags just before $StartDate?
  7. It looks like OP is wanting to show current server data in a forum. The image OP posted is from a game server query I think. Very similar to the game server queries I run on my site except I don't display results in a forum.
  8. I got it as soon as your web page opened. Not sure what the cause would be nor how to fix it. I tired it again and this is what I got...
  9. Isn't $row[id] php code that is trying to be used in a js file?
  10. I didn't ask what was passed. I asked what the actual column name is in your database table.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.