Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. count($_POST['test']);
  2. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=351748.0
  3. Sorry, but that makes little sense. It is done no differently to the one you say you know how to do.
  4. 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.
  5. This means you need to use an absolute path to the file you wish to include.
  6. 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.
  7. That really isn't enough code to be helpful. Why don't you just try and work it out for yourself?
  8. Why not try posting that problematic code then?
  9. Where is your code?
  10. trq

    In Place

    If your looking for someone to write code for you, we have a freelance board. This is definitely not the place.
  11. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=351737.0
  12. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=351697.0
  13. Were going to need a much better description of your issue. Servers don't point to anything.
  14. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=351635.0
  15. I think you've got us mixed up with of Google. Just search "jQuery Ajax"
  16. Your forgot to describe the actual issue your having.
  17. As you have discovered, & has special meaning in a url. Don't use it.
  18. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=351561.0
  19. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=351625.0
  20. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=351586.0
  21. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=351591.0
  22. Exceptions are probably the best option because you can easily send a descriptive message along with them. You just need to document the client well enough that users are aware it will throw exceptions on errors.
  23. You would need to schedule a job to execute your script. Look into cron.
  24. cli.
×
×
  • 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.