Jump to content

Creating PHP Server-Client Mysql


Lordkirin

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.