Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. The numbers 1 through 10,000 are already unique
  2. Then you need a textarea not an input.
  3. There are a ton of things wrong with that. You don't check for MySQL errors, you're quoting an integer, and the use of extract hints you might not understand how to manipulate arrays.
  4. Did you try changing 36 to something bigger?
  5. Me? I can get it to do that completely upside down but also 90 degrees
  6. When you take a photo with an iPad or iPhone in order for it to be upside down on the actual device, you have to trick the phone into thinking its right side up. You posted this in PHP coding - is the problem when you upload the photos through a script? Are they correct when you import them to your computer from the device? What tool do you use?
  7. Define "not working". Did you write the code? This forum is for help with code you wrote.
  8. Maybe you're just holding it wrong. (Sorry, I couldn't resist)
  9. No, it's not simple. You could use one of the many free or paid forum software out there.
  10. Are you saying "meh" as in "eh I don't care" or "meh" as in "me"
  11. Based on ... What? The use of "var" which is right under the DATE it was written?
  12. Images are missing in mobile view again. The like icon, all the icons in the top right, etc.
  13. We expect people to do some work and ask decent questions. Even without that you were given the relevant information already.
  14. Well it's kind of obvious from your results. But you could also read the manual. http://php.net/manual/en/language.operators.increment.php
  15. You can't change the euros to dollars? Seriously.
  16. Don't PM members asking for help, that's what the forum is for. Obviously $result isn't set so figure out why.
  17. Honestly your code and description doesn't make any sense. Start debugging by echoing every variable when you need to use it and see what it is.
  18. You should uncomment the line that has the query. If you have an error, post it here.
  19. session_start() must be at least in the file. preferably the first line of each file.
×
×
  • 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.