Chat

Contact Us

Trust Plaza Model Town Gujranwala - Pakistan
Office#2, Central Plaza Berkat Market Lahore
  • Trust Plaza Model Town Gujranwala - Pakistan Office#2, Central Plaza Berkat Market Lahore
  • +92-300-00-60695
  • info@webminds.pk

Contact Form

Contact Info

Trust Plaza Model Town Gujranwala - Pakistan

+92-300-00-60695

info@webminds.pk

Open Hours

Weekdays
9:00-5:00
Saturday
10:00-3:00
Sunday
Closed
Holidays
10:00-1:00
WebMinds
``` ```php "; $headers[] = "Reply-To: " . $name . " <" . $email . ">"; $headers[] = "MIME-Version: 1.0"; $headers[] = "Content-Type: text/plain; charset=UTF-8"; $ok = @mail($toEmail, $subject, $body, implode("\r\n", $headers)); header("Location: " . ($ok ? $redirectSuccess : $redirectFail)); exit; ?>