Source Code tbl_images -- -- Table structure for table `tbl_images` -- CREATE TABLE IF NOT EXISTS `tbl_images` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` blob NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; index.php alert("Image Inserted into Database")'; } } ?>
Image | '; } ?> |
---|