some tutorial

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
bouboul
Forum Commoner
Posts: 28
Joined: Sat Oct 25, 2003 4:08 am

some tutorial

Post by bouboul »

hello ,
i want to design a web based email system . do you know some resources where i can learn from scratch how to create such system, some tutotrials or somewhere i can find code source well explained then i'll try to create my own.


thanx in advance
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

what exectly do you mean by 'email system'? if you mean acessing pop/imap servers with php then sorry, i havet come across any tutorials for them, but there are number of php classes out there which allow you to stick your own interface on them and access pop/imap servers :D , search around.
Post Reply