- Code: Select all
<?php
echo 'hello world!';
?>
is instant..
I have some advanced scripts that interact with MySQL etc they all run virtually instantly.
If I try using a telnet class, that seems to be fast 1-2 seconds to complete, but I need to use SSH so I can use this on multiple devices !!
Thanks
