Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. I misread, I thought he wanted the highest. Lowest first obviously would be ASC then
  2. Isn't that why you're taking a CLASS on it?
  3. Why would you bother escaping an integer? Just make it an int.
  4. You need to check if that key isset first.
  5. This forum is not for help with your homework. But if you make an effort we might be able to help you. We won't do it for you.
  6. Jessica

    Symfony

    Ok... Did you have a question? Or shall I move this to misc?
  7. And then delete from table WHERE id = your id
  8. You need to submit the items unique id in the form. Try using a hidden input.
  9. Btw: the word you're looking for is mid-level. Medior is not a word.
  10. You'd need to group them by name, get the sum of each group, then using min.
  11. Q, you need to read the posts, read who posts what, and calm down. You seem to have an issue with following the threads. Let the moderators handle it if there's an issue.
  12. Turn on error reporting. It will tell you what is wrong. Compare your date() call to the examples in the manual.
  13. What?? This problem is already solved the easiest way. See Barands post
  14. That is for generating documentation for your code. Is that what the helpdesk staff need? An API for in-house code? Probably not.
  15. Rather than complaining about your touchpad, disable it. Read up on ACL.
  16. Well, stop doing that then. date will NOT work with pre 1070 dates.
  17. I was trying to find your previous post about that Psycho but couldn't, glad you posted it again
  18. $par = isset($_GET['par'])?$_GET['par'] : ''; switch ($par) { case 0: case 1: case 2: echo 'par 0-2'; echo '<br/> PAR: '.$par; break; case 3: case 4: case 5: echo 'par 3-5'; echo '<br/> PAR: '.$par; break; default: echo 'par >=6'; echo '<br/> PAR: '.$par; } What do you get for that?
  19. Yes, I got the idea. It's up to you to write the code. If you want a quick solution done for you either in regex or a dom parser, you'll need to post in Freelancing. Otherwise, pick which way you want to go and make an effort, and we can help then
×
×
  • 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.