in reply to Help needed to insert data into MS Access database table........

Adding single quotes around the values sometimes helps me:
$sql = "INSERT INTO $formfriend (email,password) VALUES ('$formemail', +'$formpass')";
It's worth a try at least.
  • Comment on Re: Help needed to insert data into MS Access database table........
  • Download Code

Replies are listed 'Best First'.
Re: Re: Help needed to insert data into MS Access database table........
by sprakash (Acolyte) on Dec 19, 2000 at 04:09 UTC
    THANKS A TON!!! THAT MADE IT WORK!! I owe you BIG time! THANK YOU ALL! Surya