It's proved the problem is PHP MySQL PDO module: in the same php page, both mysqli and PDO are used in almost the same way, the same query by mysqli displays result properly, but not the one with...
My web server on Windows 7 displays all utf-8 chars well but not on Linux even both MySQL database is created with "CHARACTER SET utf8 COLLATE utf8_unicode_ci", and all php pages are...
It's fixed now: the mcrypt module is not installed. The weird thing is php and ubuntu doesn't have any message for the problem. Just vanish in the air. Thanks,
The following code runs well in Windows 7 PHP Version 5.3.2, but not in PHP Version 5.3.10-1ubuntu3. It does not show any error message. It's Just vanished in the air and nothing. It's...
When the page is displayed with IE8, it has following warning messages. The question is where these errors are checked:
The line 1 and 2 is blank in the view source, how come it...
Thanks again, ReFreezed, for your help. When you click, the content of the src is changed accordingly, but, the picture is not shown. So the click works, but not the picture. The number at the end of...
The one that doesn't work is 'src="/id/verifycode.php?0.3315922001265288"', not the onclick. The onclick works fine. Please look at http://code.google.com/p/cool-php-captcha/....
What is different between "height:20px;" and "line-height:20px;"? Does the equation
line-height = padding-top + content's height + padding-bottom
hold?
Thanks, rtrethewey and simplypixie for your help.
I change them as your suggestion, but it seems change nothing. Please check the attached picture for the result. Where is the problem? I look at the...