can anyone know how to integrate hardware and php.
For example, when a person stands on the weighing machine, the weight should automatically display on the browser. Can anyone know this plsss tell me the solution.
Integration of hardware and php
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Integration of hardware and php
C extensions would be your best bet...start Googling this is not an easy or trivial task.
Re: Integration of hardware and php
thanks. If u know the solution in the future, plsss post.
Re: Integration of hardware and php
Like PCSpectra said this would be a lot of work. Trust me - I wrote a program a few years back that did nothing but record temperature every ten minutes from a special thermometer and even it was a nasty piece of work.