Jump to content

dodgeitorelse3

Members
  • Posts

    266
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by dodgeitorelse3

  1. doesn't the value B need to be in quotes? $_SESSION["Admlevell"] = B; << determines the level of access
  2. Barand has already posted how to solve it.
  3. Typically the more info you give us will drive the helpful answers you will receive. How are you calling the file. Snippets of your code would help greatly.
  4. My post should not have been marked as the solution. requinix should be marked as such. He gave you the answer. You just didn't look completely at the link he provided. Glad you got it sorted though.
  5. I see a closing php tag. Where is the opening php tag?
  6. if you go to the link requinix posted and click the play button in the result window to see just how the link is created.
  7. Still see no replies to Jodunno's comments.
  8. That's because if it is set it is using the value from your form input.
  9. Some code that you are using would be a big help to understand what is happening for you.
  10. 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.
  11. I think your drop down needs to be inside your foreach($details as $detail)
  12. already solved while I was typing lol
  13. I think you need a semi colon at end of $stmt=$db->stmt_init() $stmt=$db->stmt_init();
  14. Do you get any errors? What isn't working? Where is the_permalink() defined at? When submitted what do you see?
  15. 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?
  16. 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.
  17. 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...
  18. Isn't $row[id] php code that is trying to be used in a js file?
  19. 1) most folks wont look at attached files and 2) no files are attached
  20. I didn't ask what was passed. I asked what the actual column name is in your database table.
  21. is your database table column named myid or id?
  22. I stand corrected. I see the link for phpinfo now. That shows that you have mysqlnd enabled and it is version 7.4.33 and your mysqli version is 5.7.42
×
×
  • 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.