Jump to content

sid_o

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sid_o's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i did try imap_mail but it didn't work. i assumed that would work , when i use impa function to connect to a mailbox & sending it, but it does'nt work & i am not sure if that function actually does what i thought.
  2. Hi, I have a system that reads mails from an IMAP account. I am looking for a way to send emails from my code using the same account so it will be saved in the sent items folder & if there should be a postmaster error message it will arrive to the IMAP account & not to the local server that sends the mail. Does anybody knows if this is possible & how? Cheers,
  3. Thanks for the reply, So if the http request updates the session, ten in order to manage a session timeout like system i should use an internal system of some kind?
  4. Hi, I am redesigning an application from standard PHP to AJAX style & encounter an issue i can't get around it. i will appreciate any ideas & help. The application is closed to registered users only, & i have a setting for session to be live for 1 hour, when it was standard PHP there was no problem, every page load checked the session & acted accordinly, however in ajax i want to have a function the checks if the session timeout & even if no action has been made from the user the page will automaticly redirect itseld to the login page. But i cant seem to get it, will the call to an AJAX function & from there to a PHP file, will that update the session & therefor prevent it from ever expiring? Cheers S.
  5. Hi, i have a social network that i wish to give the users an option to chat 1 to another. i was thinking about doing it myself using a database & an AJAX function that check every minute or so if there are new message, but i worry that this is too simple for large scale networks, therefor i would like to hear any ideas on the subject & reccomendation on available scripts & apps , so i can learn from them.
  6. Hi all, i am trying to decode a raw email, i succedded to get the headers such as the from & to & subjects field but i seem to have a problem extracting the attachment. does anybody has a clue how to check if there is an attachment & how to save it in a directory? thanks for the help. Sagee
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.