Jump to content

dodgeitorelse3

Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by dodgeitorelse3

  1. you still have 20 hardcoded with y to show it as 2021. Instead of y use Y.
  2. seems to be a chrome browser bug. see https://bugs.chromium.org/p/chromium/issues/detail?id=1173575
  3. the ? is a separator which separates the url from the passed parameters typically passed from a form. https://www.php.net/manual/en/tutorial.forms.php
  4. I reread OP again and removed what I had posted bad info. My apologies.
  5. I see in your array that you printed out that there is an encoding issue (the diamonds with the question mark)
  6. Click the "at" in his reply
  7. I think your session_start () is in wrong place in AccountLinks.php
  8. If it is just for family or friends why not just use a login system to be able to post anything?
  9. No links for code please. Just insert your code here without any links.
  10. A web server typically uses port 80 so what do you get without the :5500 in address?
  11. in Firefox Developer menu bar choose Tools/Web Developer or right click on an element on web page and choose inspect element
  12. My apologies. I didn't see the commented out lines.
  13. You have a button with type= button as well as type= submit and name of remove and at sane time you have an input with type=submit and name=remove.
  14. pg_connect from manual https://www.php.net/manual/en/function.pg-connect.php
  15. Have you tried to echo query to verify what it is using for login credentials?
  16. I think you are going to want to run your if/else statement on your results instead of in your query.
  17. Also with chart.js all arrays used for chart must have exact same number of items in each array.
  18. is the filename from files table stored with file extension?
×
×
  • 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.