Hello there,
I am using a code in which i send a variable to a webpage and want to redirect the output to an array.I am using the following code:
[code=php]
exec("http:page address?id =".$rmt_string, $rmt_array);
[/code]
Now if iam trying to access the variable "$rmt_array " there's nothing inside the array from which i assume that the above command is not executed.Can somebody help in how to do this.
Thanks in advance,
Shara.
I am using a code in which i send a variable to a webpage and want to redirect the output to an array.I am using the following code:
[code=php]
exec("http:page address?id =".$rmt_string, $rmt_array);
[/code]
Now if iam trying to access the variable "$rmt_array " there's nothing inside the array from which i assume that the above command is not executed.Can somebody help in how to do this.
Thanks in advance,
Shara.
Comment