Hi Guys,
Im having an issue! I have an html form in a php document that auto submits to itself.
The web form allows a file upload which does upload fine. i use the following code to try and send the form via email to the recipient:
<?
if (isset($_POST['control1'])){
// Load Variables from the...