Everything seems to register fine, connecting to mysql and all. But I keep getting this error "Warning: Failed to Connect in C:\apache\htdocs\phpform\forms\process.php on line 32" My server doesn't have a mail server so I just use my ISP's on all the other things. But, the problem is I don't know how to config the forum generator to use my ISP's SMTPAUTH server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everything seems to register fine, connecting to mysql and all. But I keep getting this error "Warning: Failed to Connect in C:\apache\htdocs\phpform\forms\process.php on line 32" My server doesn't have a mail server so I just use my ISP's on all the other things. But, the problem is I don't know how to config the forum generator to use my ISP's SMTPAUTH server.
The program uses the PHP mail function. So basically if you set your ISP's SMTP server in your php.ini file, the program will start using that server.