Search results

  1. D

    use LWP::Simple

    how can i use use LWP::Simple in my perl code? Request for this module to be installed? thanks in advance
  2. D

    run php code in a cronjob

    Hi all, how to run my php code as a cronjob? I'm testing out sending email every 30 mins. I tried /usr/bin/php /home/<username>/public_html/<program name>.php but it does not work even though when i run the program manually, it works. Thanks in advance.
Top