Hi,
I'm running the following code:
$script_result = include("<script src=\"http://content.bizrate.com/locator/dist.xpml?prod_id=$bizrateid&num_merch=5&rf=img\\"></script>");
So that I can later check $script_result to see if it was set with the results from calling the JavaScript. Am I doing this right, or is there another way I can check to see if a JavaScript call will return code?
Thanks!