How to create a basic PHP-based web service Submitted by administrator on Mon, 07/13/2015 - 14:37 I borrowed from this page (http://davidwalsh.name/web-service-php-mysql-xml-json) information on how to create a basic PHP web-service. See the attached/modified version. Simply rename the .txt to .php, then place the attached file in an apache accessible directory and call the page with URL params, like so: http://sv-selenium-t1/service/service.php?id=2&format=xml.Tags: webservicewebservicephp Read more about How to create a basic PHP-based web serviceLog in to post comments