Page 1 of 1

Integration of hardware and php

Posted: Fri Jan 01, 2010 10:44 pm
by gowth
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.

Re: Integration of hardware and php

Posted: Sat Jan 02, 2010 12:48 am
by alex.barylski
C extensions would be your best bet...start Googling this is not an easy or trivial task.

Re: Integration of hardware and php

Posted: Mon Jan 04, 2010 7:24 am
by gowth
thanks. If u know the solution in the future, plsss post.

Re: Integration of hardware and php

Posted: Wed Jan 06, 2010 11:51 am
by JNettles
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.