Puttin load()'s data to a variable

Puttin load()'s data to a variable

I've been wrestling with this problem for a while now..

How do I put what ever load() returns in to a variable? I tried this but it did not work:

test = load("checkchanges.php?object_id="+object_id);