Ok, I've been trying to sort this our for a long time. I know the question has been asked, but I just can't seem to find the right information.
All I want to do is submit new contact info from a simple html form (on my website) and insert that data into my contact list. I have looked at the sample code for this but there are over 1000 lines of code in there and I jsut don't know what is neccesarry or not. So can someone please tell me what the essential bits of PHP are in order to submit data to my contact list?
all I want to do is add name, email, city. I have the html form, I just need the PHP.
... View more