Recent content by Pam D

  1. P

    quick question :: Pre installed safety cameras?

    im getting a TOMTOM® START™ Duo Pack GPS Device - 3.5" Touch Screen, it has a pre installed camera safety . what is that??
  2. P

    Php confirmation email to two emails?

    I want to send confirmation email to 2 differnet email boxes. this is the code sending to one box: $this->email->to($em); and what should be the code sending same email to one more email box (example: mymail@gmail. com) more details: 1,class Register extends Controller 2, {...
  3. P

    Php confirmation email?

    I want to send confirm email to 2 differnet email boxes. this is the code sending to one box: $this->email->to($em); and what should be the code sending to one more email box (example: [email protected]) thanks
  4. P

    Php confirmation email to two emails?

    I want to send confirmation email to 2 differnet email boxes. this is the code sending to one box: $this->email->to($em); and what should be the code sending same email to one more email box (example: mymail@gmail. com) more details: 1,class Register extends Controller 2, {...
Back
Top