17.09.2011, 18:07
Hey,
I am not really experienced with the function "HTTP" but I did get it working some time ago, using a PHP file.
Now, I wanna try it again, but in this case I want to call a specific function inside a PHP file. Is that possible?
Would it be possible to call a single function with sending a threaded HTTP Request?
Thanks.
I am not really experienced with the function "HTTP" but I did get it working some time ago, using a PHP file.
Now, I wanna try it again, but in this case I want to call a specific function inside a PHP file. Is that possible?
PHP Code:
<?php
function f1() {
....Something here
}
function f2() {
... and something here
}
?>
Thanks.