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? Quote 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']. Quote Link to comment https://forums.phpfreaks.com/topic/226804-parsing-html-requests/#findComment-1170519 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.