bumcheekcity
Active member
What's the best way of making:
NOT abort if it hits a blank page. I'm actually trying to check for if a page is blank, and i thought assigning it to a variable would work, but no dice.
Code:
string a = visit_url("some_page.php?condition=1");
NOT abort if it hits a blank page. I'm actually trying to check for if a page is blank, and i thought assigning it to a variable would work, but no dice.