This may be one of the most easiest questions you have received, although I have only just started to begin learning PHP and have decided to try and use a MySQL database.
I am currently experiencing issues with the following SQL command:
Code: Select all
$sql="INSERT INTO Mail (From,To,Subject,Message,IP,DateTime)
VALUES ('$from','$to','$subject','$message','$ip','$date')";