Jump to content

how to get email subject header into a php variable???

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
InfiniteRecursion

InfiniteRecursion

    Newbie

  • Members
  • Pip
  • 5 posts
I'm trying to get the subject of a email into a php variable so i can use it to compare between different type of subject and forward those emails to different type of ppl. Is there any function for php that will perform that task??

thanks

#2
ferovac

ferovac

    Learning Programmer

  • Members
  • PipPipPip
  • 84 posts
so you are trying to get titles of emails in to a variable, i just dont se the point , and to anser the question no you cant, in general if you want to memorize something in web programming(i asume thats what your doing) can be done throu a database using some form of sql ,

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
InfiniteRecursion, can you please elaborate. How is your data stored?