How do I run a PHP script on a remote server? For example an IRC bot, I've done the coding now I need to test it and get it running. Thanks, Sputnik
Never used IRC before, but PHP scripts can be executed from the command line like so, Code: php -f <filename>
Be warned that unless youve specifically paid for it, the chances are your host will not allow you to run background processes