when a user will be logged on he/she must have the messages just for
him self yeah? then i must have a column for the mails that he
recieved
4 example select mail1 from users where user=user1

i got it right?

On Thu, Mar 17, 2011 at 8:39 PM, Negin Nickparsa <nickpa...@gmail.com> wrote:
> u mean i can have localhost mail service or not?
>
> On Thu, Mar 17, 2011 at 8:36 PM, Negin Nickparsa <nickpa...@gmail.com> wrote:
>> i'll give all my users user n password will they be under the same
>> domain or not?
>> user1 has the domain gmail n user 2 ymail
>> or i can have all users the same thing like dpaco.net
>> this is our site==>dpaco.net
>> i want to build another part of it with php
>>
>> On Thu, Mar 17, 2011 at 8:30 PM, Stuart Dallas <stu...@3ft9.com> wrote:
>>> On Thursday, 17 March 2011 at 16:56, Negin Nickparsa wrote:
>>> internal messaging system
>>>
>>> In that case it's simply a matter of creating a table structure to hold the 
>>> messages and building an interface that will display them and allow new 
>>> messages to be added, probably with email-based notifications. This is 
>>> fairly straightforward stuff, you just need to think about the elements 
>>> that make up a message, convert that list into a table structure, add some 
>>> metadata for unread, etc.
>>>
>>>
>>> -Stuart
>>>
>>> --
>>> Stuart Dallas
>>> 3ft9 Ltd
>>> http://3ft9.com/
>>>
>>>
>>>> On Thu, Mar 17, 2011 at 8:16 PM, Stuart Dallas <stu...@3ft9.com> wrote:
>>>> > On Thursday, 17 March 2011 at 15:23, Negin Nickparsa wrote:
>>>> > i want 2 design a php web for staff members that can sign in with
>>>> > > their accounts n then mail 2 each other i don't know how it really
>>>> > > works by using a mail server i'm beginner at it! but i studied alot
>>>> > > abt it.
>>>> >
>>>> > Are you talking about interfacing with email, or an internal messaging 
>>>> > system?
>>>> >
>>>> >
>>>> > -Stuart
>>>> >
>>>> > --
>>>> > Stuart Dallas
>>>> > 3ft9 Ltd
>>>> > http://3ft9.com/
>>>>
>>>
>>>
>>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to