Php pages

I checked the script and what it does. Looking at the code, I assume that by “upload after completing the online form” you are referring to sending the email with details?

Because PHP mail() is effectively disabled on our servers, so sending emails like this doesn’t work. If you want to send email, you’ll need a third party email provider and something like PHPMailer to send messages with it:

3 Likes