New User
joined:Aug 29, 2013
posts:1
votes: 0
I need some help can someone make me a simple html site with 2 input boxes,
images as background and a script when click on send to add these 2 inputs in a database plz help me
the only thing i have is
INSERT INTO database(
test2, test2
)
VALUES (
'$input1', '$input2'
);
but dont know how to get it into the page :(