Category Archives: php

Storing temperature data in postgresql

Pushing temperaturedata from an arduino setup into a postgresql database Continue reading

Posted in arduino, php, sql | 2 Comments

Postgresql – handling bytea data through php

How to store and retreive images or other binary files as bytea in postgres using php. Continue reading

Posted in php | Comments Off on Postgresql – handling bytea data through php

PHP Matrix multiplication

Needing to do some matrix multiplication in php, I found some code that looked quite promising, but it had a couple of problems: In addition to the matrixes, it needed the max dimentions of the matrixes as arguments and it … Continue reading

Posted in php | Comments Off on PHP Matrix multiplication