Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Don't you mean you want to ORDER BY seq from the other table? Either way you need a JOIN. SELECT id, `group`, cid, u, `date`, id_ FROM xernt_mailing LEFT JOIN othertable USING(cid) WHERE date <= "2012-01-14 19:32:17" AND `group` = 1 AND u = 6 ORDER BY seq DESC
  2. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=351779.0
  3. Don't put it in the loop then.
  4. No where near enough information I'm afraid.
  5. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=351748.0
  6. Sorry, but that makes little sense. It is done no differently to the one you say you know how to do.
  7. Where exactly are you stuck? A big part of programming is thinking a problem through. Both of your questions have been answered in enough detail that you should be able to start researching. If you can't be bothered, your in the wrong game. If your stuck, tell us specifically where you are stuck.
  8. This means you need to use an absolute path to the file you wish to include.
  9. You need to use absolute paths when using cron as it has a very limited environment and doesn't execute scripts from the directory they are in. A relative path si almost always not going to be correct.
  10. That really isn't enough code to be helpful. Why don't you just try and work it out for yourself?
  11. Why not try posting that problematic code then?
  12. trq

    In Place

    If your looking for someone to write code for you, we have a freelance board. This is definitely not the place.
  13. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=351737.0
  14. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=351697.0
  15. Were going to need a much better description of your issue. Servers don't point to anything.
  16. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=351635.0
  17. I think you've got us mixed up with of Google. Just search "jQuery Ajax"
  18. Your forgot to describe the actual issue your having.
  19. As you have discovered, & has special meaning in a url. Don't use it.
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=351561.0
  21. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=351625.0
  22. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=351586.0
×
×
  • 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.