Jump to content

Javitri

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Posts posted by Javitri

  1. #

    $departments = array("access"=>"Access Services",

    #

    "advancement"=>"Advancement",

    #

    "archives"=>"Archives",

    #

    "closet"=>"Supply Closet",

    #

    "digital"=>"Digital Library Management",

    #

    "dmds"=>"DMDS",

    #

    "metadata"=>"Metadata Management",

    #

    "office"=>"Office of the Dean",

    #

    "research"=>"Research & Instruction",

    #

    "resourcem"=>"Resource Management",

    #

    "resource"=>"Resource Sharing",

    #

    "scholarly"=>"Scholarly Resources",

    #

    "systems"=>"Systems" ,

    #

    "others"=>"Other");

    #

    $to = array("access"=>"d.kennedy@edu",

    #

    "advancement"=>"m.carpenter@.edu

    #

    "archives"=>"j.krizack@edu",

    #

    "closet"=>"e.bren@edu",

    #

    "digital"=>"p.yott@edu",

    #

     

    "research"=>"j.dendy@edu",

    #

    "resourcem"=>"j.morrow@edu",

    #

    "resource"=>"br.greene@edu",

    #

    "scholarly"=>"a.aaron@edu",

    #

    "systems"=>"r.krol@edu",//r.krol

    #

    "others"=>"sharma.me@edu");

    #

     

    #

     

    #

     

     

     

    now after checkbox is verified it sends to head of the department means the e-mail ids listed  so how do I write them in if condition.

    again in if condition how to see whether it goes to that particular head and if not then it should go to both the person who entered his e-mail id and to the head(e-mail ids listed above).

  2. Hello I am working on php website. Now here im working on sending orders. So once it is ordered the confirmation e-mail goes to one who ordered(he enters his e-mail id manually) and the head of the department(e-mail ids written in code).

    But now I have put a checkbox that if the person is head of the department he checks the checkbox and e-mail should be sent to him. So how to verify this by checkbox.Can anyone please help me with this. The person should not get 2 e-mails.

    I hope I was clear in explaining my doubt. If not please do ask me for more explanation.

    Thank you.

  3. Hello, I'm working on this PHP website of my college. Where in after sending the order to the vendor an e-mail is sent to the person who ordered and the head of that department notifying them about the details of order along with that now I need to send a tracking number of every order in that e-mail which gets automatically incremented in subsequent orders.

    So please let me know how should I approach or do this.

    Thank you.

×
×
  • 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.