I want to find the script to insert data into mysql by using php-ajax, Please help! Thanks!?
otm
2009-01-17 19:46:29 UTC
Please post me the sample script of how to insert data into mysql by using HTML form, Ajax, PHP Script! Thanks!
Three answers:
anonymous
2009-01-17 19:55:31 UTC
INSERT INTO SET = , = ;
If you want someone to write the whole site for you you'll have to pay someone to do it. (AJAX is just using Javascript to send data to PHP, and using it to format the results sent back.)
?
2016-05-29 06:54:48 UTC
Create table: create table check (id int not nul auto_increment primary key, email varchar(50)) Check whether session contains value or not.