No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
The best "on the cheap" solution is quite involved: 1. Download Dreamweaver from here: http://www.oldversion.com/windows/macromedia-dreamweaver-mx (It's an oldie but goodie freebie). 2. Download USBWebServer from here: http://www.usbwebserver.net/webserver/ What you are going to do is create a complete test copy of your website to practice on. If your website is PHP, …
I don't see that $link has been set (line 13). In any case, the error means you are processing 0 entries at line 23.
Do you want a server-side refresh of the second SELECT object, or a "<BODY onload=..." javascript that contains all the nested option lists? The first solution could use AJAX to rewrite the options, triggered by the onchange event of the first SELECT object. For the second solution, google the EasySelect …
Hmmm.. how about removing the superfluous comment detritus ... try: CREATE DATABASE `anonymusiusform` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `anonymusiusform`; CREATE TABLE IF NOT EXISTS `enquete` ( `id` int(5) NOT NULL auto_increment, `ip` varchar(16) NOT NULL, `host` varchar(50) NOT NULL, `age` varchar(2) NOT NULL, `name` varchar(50) NOT NULL, `rank` …
The End.
nsstone