Search results

  1. D

    Will Php mail ever work 100% again?

    I had been using a php mail routine to send me a daily status. That hasn't worked a few days in May, then before then it wasn't until Jan of 2011 since it has worked. Has it been disabled permanently? Is there a workaround?
  2. D

    Account suspended for cron jobs

    I keep getting suspended for having a cron job run over the 1 per 5 minute limit. I have one that runs every 15 mins, and another that runs once a day at 7 mins past midnight. Are these colliding and causing the cron job monitor to keep suspending my account? Please help:dunno:
  3. D

    Can a cron job kick off another cron job?

    Is it possible to have 1 cron job kick off one of 2 other cron jobs for the next day rather than both on a set time?
  4. D

    Copying HTML tags into PHP script, problem with quotes and //

    I am copying over some HTML tags, echo'ing them into a PHP file I run into problems because some of the image HTML tags have quotes, or the double slashes in a url and that causes PHP to mess up. Is there a way to be able to read these in? For example: file1 has contents: <a...
  5. D

    Getting server to send mail

    Is it possible to get the host x10 server to forward some text status a few times a day? Would it be possible to forward this to yahoo mail account?
Top