MoBlog'in with PHP

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!

Moderator: General Moderators

Post Reply
m_m
Forum Newbie
Posts: 9
Joined: Fri Jun 04, 2004 5:54 pm

MoBlog'in with PHP

Post by m_m »

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.

=/
m_m
Forum Newbie
Posts: 9
Joined: Fri Jun 04, 2004 5:54 pm

Post by m_m »

No one knows? wow. It hasnt become that popular yet i guess.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

check into how emails with attachments are sent, and you should be able to decode the details of how to extract them yourself.
Post Reply