E
Emmanuel Soheyli
I get information from an outside site by the following code:
<script src="http://www.outside.com/page.asp?id=1"></script>
It generates array 'content with all necessaries information. The problem is
I need several type of information (id=2,3, etc.), and it always generate
the same array content (as name) with different contents .how can I change
the name of the array to other things in order to get different arrays. Any
help would be greatly appreciated.
<script src="http://www.outside.com/page.asp?id=1"></script>
It generates array 'content with all necessaries information. The problem is
I need several type of information (id=2,3, etc.), and it always generate
the same array content (as name) with different contents .how can I change
the name of the array to other things in order to get different arrays. Any
help would be greatly appreciated.