Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. Mod rewrite
  2. Instead of adding 7 days, try adding no days. Don't add anything. Or maybe minus 1.
  3. So if you add 7 days to get this week, what would you do to get last week?
  4. I can't open that on my mobile device. If you aren't already using one file for your connection, copy it from one that works, save it as connect.php and use require_once on the file that's having issues.
  5. The code you posted only had one. Leave the smart alecing to the pros Did you seriously claim you don't know what "delete" means either?
  6. Look at your code and find the one place that the @ symbol is typed. You don't have to even know anything about programming to do that, you just need to have eyes and fingers to look, move the cursor there and hit delete.
  7. What? (In regards to your last paragraph)
  8. Uhm. From your code.
  9. Try removing the error supressor (@)
  10. Maybe use the points you get in the red square and then find the closest point. Edit: dur dur.
  11. LOL Barand. I must have messed up writing it because I drew something much different on paper. Hang on. Change 2,3 to -1,3. BTW, how are you going to handle plots that don't have four corners? I almost bought this place (but the house had termites). This property is a triangle. (The major highway cuts through at an angle to what the original lots all were, so there's lots of triangle lots.) https://maps.google.com/?ll=33.326714,-96.491447&spn=0.0019,0.004128&t=h&z=19 I also some some 5-sided lots out there. Edit: Here's a 5 pointed one. https://maps.google.com/maps?hl=en&ll=33.190146,-96.643148&spn=0.000952,0.002064&sll=33.190169,-96.643066&sspn=0.000956,0.002064&t=h&z=20
  12. You need to figure out how you define the "four" corners". That's an idea your brain is recognizing but a computer needs to be told specific rules. What if you have the points: 1,1 2,0 2,3 1,4, 3,3 What are the "four corners"
  13. He's trying to generate js. There's absolutely no reason to keep starting and stopping PHP tho.
  14. Try group_concat in mysql, or this tutorial I wrote on parent-child lists if you need to do anything besides just list the names. http://thewebmason.com/tutorial-parent-child-lists/
  15. Too bad this internets thing isn't global eh?
  16. Not trying to be mean, but if it's been several days they're gone.
  17. Don't give such expensive stuff to kids?
  18. Frist!!
  19. How could $result._'s' EVER be equal to 'batman'??
  20. That code could not have caused that error. A. not only does it not contain the query that caused that, B. that code doesn't check for mssql errors.
  21. It's probably best if you get it all worked out manually, then figure out how to write the query using a loop.
  22. Maybe you should explain what you actually want. You need to read the link in my signature on asking good questions, because so far you are just wasting time.
  23. I just told you how.
  24. Uhm. Change the parts of your code that echo the <td>s to <span>s
  25. What?? You just asked "Do I need an input box or an input box?" If you can't read the PHP documentation, you won't understand jQuery's. It's not as easy as PHP's manual.
×
×
  • 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.