Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~5K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Jack_47

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, …

Member Avatar for kkmudgle
0
757
Member Avatar for 1981191919

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.

Member Avatar for nsstone
0
1K
Member Avatar for danielwoodhead

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 …

Member Avatar for johny_d
0
3K
Member Avatar for Anonymusius

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` …

Member Avatar for dr4g
0
117

The End.