JeremyCanada26 Posted September 10, 2010 Share Posted September 10, 2010 Is there a quick an easy way to test my php scripts without creating an html form and specifying values that I post to my php script? Maybe a firefox plugin or some tool that can be used to do it quicker? In the long haul, quicker, not just one time Link to comment https://forums.phpfreaks.com/topic/213080-what-can-i-use-to-post-values-to-my-php-script/ Share on other sites More sharing options...
AbraCadaver Posted September 10, 2010 Share Posted September 10, 2010 Not sure what you're getting at, but you can just define the POST array at the top of the script for testing: $_POST = array('test'=>1, 'next'=>'something'); //etc Link to comment https://forums.phpfreaks.com/topic/213080-what-can-i-use-to-post-values-to-my-php-script/#findComment-1109737 Share on other sites More sharing options...
JeremyCanada26 Posted September 11, 2010 Author Share Posted September 11, 2010 lol ya ok Link to comment https://forums.phpfreaks.com/topic/213080-what-can-i-use-to-post-values-to-my-php-script/#findComment-1110003 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.