I want to build double opt in signup page
this is my first php script after creating few scripts using w3 site
now I need help in creating db
in mysql I was not able to create fields /table
whenever i create table i gives me one or other error
Fields i will be inserting are
userid //primary key >> 8>> i think i made it primary key // will autoincrement >. check>> a_i
name, varchar >>20
emailid, varchar >> 30
confirmationcode, varchar 20
ipaddresssignup, varcahr 20
datetime, date
i dont what to enter for length and values so entered above numbers
I have created first page form with name and email id
with post method
then I have to create mysql connection and insert data
thankyou in advance 🙂