Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread JP Adrock
In the youtube video ( http://youtu.be/Idvia4600_E ) at 5 min 45 sec, the presenter pauses a campaign via the command prompt by typing "php PauseCampaign.php"... My question, is would this also be possible through a web browser, or does it have to be executed via command prompt? Because what

php PauseCampaign.php

2015-01-28 Thread JP Adrock
I am able to pause/enable my desired campaign(s) through command line, but how can I do this via browser? I have tried the following with no luck: $output1"; $output2 = shell_exec('whoami'); echo "$output2"; ?> I have safe mode turned off, and $output2 works just fine, but not $output1, any i