I wound up using a
$sql="INSERT INTO Persons (FirstName, LastName, Email, Address, City, State, Zipcode, Comment, Color, Color2, Subscribe)
VALUES...
Type: Posts; User: taishar77; Keyword(s):
I wound up using a
$sql="INSERT INTO Persons (FirstName, LastName, Email, Address, City, State, Zipcode, Comment, Color, Color2, Subscribe)
VALUES...
Thank you traq, I figured it was because I am writing a new one with DOM, I'm just really new so trying to find the variables I need to swap out is where it becomes sort of a head banging against the...
I take it this is something that cannot be done?
I am attempting to make an addressbook using a php form/validation which then generates an xml file. I have every part of it working, validation/confirmation/xml generation but I am running into some...