Skip to content

Instantly share code, notes, and snippets.

View akv's full-sized avatar

Arun Kumar Verma akv

  • Noida
View GitHub Profile
@akv
akv / feedback.php
Last active August 29, 2015 13:57
Mail through Zend Desk Api
first Create a php File in which Html form for the mail is given.
Remember the name of the fields should be started by using z_ as created below
<html>
<div id="box_form">
<form id="zFormer" method="POST" action="mail_send.php" name="former">
<p>
Your Name:<input type="text" value="" name="z_name">
</p>
<p>