Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=336329.0
  2. projects/(*.)
  3. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=336331.0
  4. You might also want to take a look at incrond, it is different to normal cron in that it executes script when certain filesystem events occur (ie; a file is created within a certain directory), not like normal cron which just executes scheduled tasks.
  5. Sorry but your not making allot of sense. You'll need to explain in more detail.
  6. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=336311.0
  7. How exactly do you plan on identifying members without them logging in?
  8. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=336300.0
  9. Yes and yes. the question really should be, why wouldn't you use a framework?
  10. This.... if("$transfertype='sale'") will *always* evaluate to true. Why? Because are are simply using a string as your expression. You don't need (and they indeed make no sense) the double quotes. As for your issue. What have you done to debug your code? Have you looked to see what mysql_error might produce? Your update query is all over the place. column identifiers do not belong in quotes, but strings do.
  11. We need more descriptive details 'do not work' does not cut it.
  12. You can easily trigger php scripts from a batch file. Take a look at the clin section of the manual cli.
  13. You would to download them separately.
  14. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=336223.0
  15. Java and JavaScript are two completely different beats, but neither of them are related to PHP. Why would you post this in the PHP Help forum?
  16. PHP's probably not the ideal solution for this type of thing but you'll want to take a look at readline.
  17. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=336133.0
  18. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=336182.0
  19. Even MS aren't supporting VB6 any more, why would you bother?
  20. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=336172.0
  21. As I said in your other thread. PHP's mail() function does not support authentication, hence, you will not be able to use it with gmail. It is designed to work with local servers. You will need to use a third party library like PHPMailer, or install a sendmail emulator such as ssmtp.
  22. You would be much better off storing your data properly and not using comma separated values.
  23. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=336124.0
  24. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=336095.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.