help with dynamic ... eh... 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
FlashMan
Forum Newbie
Posts: 15
Joined: Mon Jun 24, 2002 9:50 am
Location: Russia
Contact:

help with dynamic ... eh... php

Post by FlashMan »

i so a php-program where do one thing something like mailbox:

exist internal mailbox on site. Every user certainly has your own box.
In one moment user want to send mail to any user.
And in "static" PHP in window "new messages:" appears 1(if earlier mailbox is empty ex.). How i can relize this? I mean can i do it only using operations of PHP?
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

could you explain the distinction you're making between "static" and "dynamic" php? If you're asking if it's possible to implement a mail system in PHP, the answer is yes, but I'm not sure if that's what you're trying to ask.
FlashMan
Forum Newbie
Posts: 15
Joined: Mon Jun 24, 2002 9:50 am
Location: Russia
Contact:

Post by FlashMan »

U r right:). Of course i need some ex. or just show me the right way... Llimlib d'u hav an ex? it wil b great if u could throw me. I need script that gain messages coming from others when user that must receive new messages does do nothing and he's only waiting for it looking at monitor:)(without using query to server via link or forms).

Sorry fo my english but i think i wrote understadible.
c ya
Post Reply