i have a query,i want to add a field in this query,I am stuck where to put this field i-e proper place.
mysql_query("INSERT INTO `table-name`(".substr($columns,0,-2).") VALUES (".substr($values,0,-2).");");
Field name to add email with there value $email.