Ok after some research i kinda understood. i create a database first and then go to phpmyadmin in control panel. after the first step, do i repeat it again? this time with this: INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('Porche', '0', '15', '8', '6', '8','porche.jpg'); INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('Range Rover', '0', '5', '15', '6', '8','rangerover.jpg'); INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('Lamborghini', '0', '9', '5', '12', '8','lambo.jpg'); INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('Mercedes SLK', '0', '5', '3', '6', '8','slk.jpg'); INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('Ferrari F430', '0', '5', '5', '6', '8','f430gt.jpg'); INSERT INTO `coolwall` (`item` , `order` , `seriouslyuncool` , `uncool` , `cool` , `subzero` , `image` ) VALUES ('BMW X5', '0', '5', '5', '22', '3','x5.jpg'); Right? why don't we perform both the first and the second at once?
First you run the query to create the database and then run the query above to add the data to the table.
You can re-use it for free as long as you link to my site from somewhere. It doesn't have to be from the same page (or even from the same site).
What are those digit entries after lamborghini '0' '0' etc.. etcc Also where is this admin.php file you are talking about?
The digit entries are the votes that are stored in the table. They start at 0. Do you mean phpmyadmin? Its a database management script that everybody with a database should really install on their server. Its free and very useful.
in{ readme} file where is admin.php file ? i find only this files !!!? index.php Sajax.php drag.js coordinates.js Sajax.php ====
While phpmyadmin might not be extremely easy for newbies, the readme file tells you exactly what to paste into the SQL query box
I just blogged about this and my idea for it http://internetmarketingsucks.com/blog/2007/04/10/something-cool-that-could-suck/
Wow, love the script great job! One suggestion - currently when you hover over a image it shows the number of people who rated it "xxxxxx" but it only gives one category. So for instance can you get it to say 10000 people rated it "xxxx" and 5000 people rated it "yyyyyy" ?
Its probably quite a simple mod for somebody with php skills, I'm not really supporting the script so I can't really make any changes.