roscorcoran Posted February 5, 2011 Share Posted February 5, 2011 Hi, I am trying to make a web interface for a robot, I have written php to send/recieve values via a serial port to my robot. They work. I am now tring to develop my web interface. I'm using java to generate http requests client side in the form of; /request?command=Forward¶m1=254 I was wondering how I can parse the command and param1 in php sereverside? Or is there a better alternative? Link to comment https://forums.phpfreaks.com/topic/226804-parsing-html-requests/ Share on other sites More sharing options...
trq Posted February 6, 2011 Share Posted February 6, 2011 $_GET['param1']. Link to comment https://forums.phpfreaks.com/topic/226804-parsing-html-requests/#findComment-1170519 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.