Well, I do need to inject it into the fetched URL because its an external page.
It needs to point to specific id.
PHP Code:
<? $id1 = 300 $id2 = 500 $dataURL = 'http://mysite.com/test.php?id='.$id1.'&id2='.$id2.''; #<-- only has 1 apostrophy but wont show in post $result = file_get_contents($dataURL); echo ($result); ?>
I forgot to include $result = file_get_contents($result);
__________________
Websites Created;
warscope.com
ratepayers.org.nz
Last edited by lothop; 10-30-2008 at 10:08 AM..
|