PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Does anyone have any tutorials on creating a moblog with php?
I assume you have a to write a scirpt that would run as a deamon, scanning a POP3 box for new emails with attachments. Extract the attachment and post it to the web (wow, vague huh).
Anyway, i can read the email from a pop3.. but i have no idea how to same an image (as an attachment) to the server.
Then again, i may just be going about this totally the wrong way.