Hi,
Can anyone explain me why this works?
$buf =
SendToHost('sho p.mcdos.nl','ge t','/control/productdetails? item_id=9219844 &search.x=11&se arch.y=6',
$Cookie,'userna me=login&passwo rd=password&sub mit.x=24&submit .y=8n');
While this doesn't ?
$number=9219844 ;
$buf =
SendToHost('sho p.mcdos.nl','ge t','/control/productdetails? item_id=$number &search.x=11&se arch.y=6',
$Cookie,'userna me=login&passwo rd=password&sub mit.x=24&submit .y=8n');
Thanx.
Can anyone explain me why this works?
$buf =
SendToHost('sho p.mcdos.nl','ge t','/control/productdetails? item_id=9219844 &search.x=11&se arch.y=6',
$Cookie,'userna me=login&passwo rd=password&sub mit.x=24&submit .y=8n');
While this doesn't ?
$number=9219844 ;
$buf =
SendToHost('sho p.mcdos.nl','ge t','/control/productdetails? item_id=$number &search.x=11&se arch.y=6',
$Cookie,'userna me=login&passwo rd=password&sub mit.x=24&submit .y=8n');
Thanx.
Comment