if(!isset($numofpages) || !isset($redditname))
{
  exit("Please don't make PHP cry :C");
}
	cURL to send authorization headers over to Reddit API and receiving JSON in return; parsed by json_decode().ToshNeox said:How are you grabbing the data? PHP API/Perl/JSON/Ajax?