Lordkirin Posted February 11, 2008 Share Posted February 11, 2008 My company is creating a Ethernet sensor (Client). This sensor needs to call a server and leave some data in a mysql database. There will be multiple sensors calling in at a time. The data it's leaving in about 100 bytes of data. Does anyone have a simple Server / Client php code I could look at? Or a good site that may have some code. I have got into the mysql part ok so far just not the communication side. Thanks Beginner PHP/mysql Programmer Link to comment https://forums.phpfreaks.com/topic/90545-creating-php-server-client-mysql/ Share on other sites More sharing options...
sKunKbad Posted February 11, 2008 Share Posted February 11, 2008 You might just take a look at the documentation for mysql_connect and mysql_query. It looks like these are the only functions you would need. http://us3.php.net/manual/en/function.mysql-connect.php <= mysql_connect http://us3.php.net/manual/en/function.mysql-query.php <= mysql_query Link to comment https://forums.phpfreaks.com/topic/90545-creating-php-server-client-mysql/#findComment-464271 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.