Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I am looking to be able to write my own scripts to install my songs and artwork onto my ipod, using a crontab every night. I would like to use Libgpod, how can I use a library like that in php scripts?
Todd_Z wrote:how do i get the commands from a .so file?
Hmmm, not sure. The documentation wasn't extremely helpful. I downloaded the source (not a .so file) & it looks like it creates files in /usr/local/bin/. I don't have a personal Linux box to install this on so I'm not sure exactly what it'll install. There's probably something you can use in there though.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Can you program in C? .so is a shared object file (a library). You could write a PHP extension that makes use of that. There are quite few tutorials on writing PHP extensions