This is my code
Some reson it wont insert into my database.
this is the stru
Its not putting any thing into the database
| Code: |
| $sql = "mysql_query(INSERT INTO banners (by, linkurl, bannerurl) VALUES ('$by', '$linkurl', '$bannerurl'))"; |
Some reson it wont insert into my database.
this is the stru
| Code: |
| CREATE TABLE `banners` (
`id` INT(11) NOT NULL , `by` VARCHAR(30) NOT NULL , `linkurl` VARCHAR(150) NOT NULL , `bannerurl` VARCHAR(150) NOT NULL, PRIMARY KEY (`id`) ) TYPE = MYISAM ; |
Its not putting any thing into the database
