x1a4 New member Jun 8, 2014 #1 Hi, I'm creating a daily deed to make gene tonics, and have to use visit_url to do it (is there a better way?) I did Code: visit_url campground.php?action=dnapotion , which works, but loads the entire campground into the CLI Attachments Screenshot from 2014-06-07 18:09:09.png 112.3 KB · Views: 45
Hi, I'm creating a daily deed to make gene tonics, and have to use visit_url to do it (is there a better way?) I did Code: visit_url campground.php?action=dnapotion , which works, but loads the entire campground into the CLI
Theraze Active member Jun 8, 2014 #3 Or text. Running text campground.php?action=dnapotion should give you just the raw text if you actually care about seeing it.
Or text. Running text campground.php?action=dnapotion should give you just the raw text if you actually care about seeing it.