05.08.2014, 05:42
Good afternoon.
Why does function HTTP always gives an incorrect value?
For Example:
Why does function HTTP always gives an incorrect value?
For Example:
PHP код:
HTTP( 0, HTTP_GET, "any web site", "", "myFunction" );
forward myFunction( index, response_code, data[] );
public myFunction( index, response_code, data[] ){
print(data); //[12:26:05] (null)
}