Current Page: 1 of 1
Results 1 - 7 of 7
14 years ago
vdolnik1
I have a problem with foreign characters in my Czech blog, particularly comments by readers. In the default.hrm, there are lines <meta http-eqtiv="Content-Type" content="text/html; charset=windows-1250"> <meta http-equiv="Content-Language" content="cs"> The non-standard characters are displayed properly both when written directly in the
Forum: WampServer English
14 years ago
vdolnik1
I am getting a notice: Undefined variable: counters in C:\_Web\blog\default.htm on line 56 Where line 56 contains $counters .= "$counter, "; I tried to prevent the notice with if (isset($_GET['counters'])) {$counters .= $_GET['counters'];} and various combinations with and without period but no combination worked. Similarly I get Undefined variable: email in C:\_Web\blog\v
Forum: WampServer English
14 years ago
vdolnik1
Thanks to c2dan and zahidansari for their time and effort. I placed php_mysql.dll and other files in Windows and Windows/system32 but it did not work. I tried the other procedure too. It did not make a copy of php.ini automatically and I had to manually copy it but the rest of the suggested procedure worked for me. I made a progress and was able to open phpmyadmin and see the content of my d
Forum: WampServer English
14 years ago
vdolnik1
Unfortunately, WAMP does not handle the rest for me, the message Fatal error: Call to undefined function mysql_connect() remains. Well, extension =php_msql.dll and extension =php_msqli.dll in php.ini are uncommented. The path to the extension directory in php.ini is correct: extension_dir = "c:/wamp/bin/php/php5.2.9-2/ext/". Perhaps I should mention, Windows Vista is the cur
Forum: WampServer English
14 years ago
vdolnik1
Hello, With a line like $connection = mysql_connect("localhost", "username", "password" I received a message Fatal error: Call to undefined function mysql_connect(). I understood this meant a lack of communication between PHP and MySQL, a common surprise when going from php4 to php5. I confirmed the diagnosis by running phpinfo() where mysql was not shown. I tr
Forum: WampServer English
14 years ago
vdolnik1
Steven, you are right, lots have changed. My train is gone so I bought a book on PHP 5 by J. Meloni. Unfortunately, it does not seem to differ much from the previous edition, which I appreciated seven years ago. I cannot find answers to some of my trivial questions: 1) My php code works differently in a php file and a php section of a htm file. Is it a standard? Should I prefer php files? O
Forum: WampServer English
14 years ago
vdolnik1
I want to switch from my rather outdated apache/php/mySQL to Wampserver, but have a problem, that does not exist in my current system: When testing Wampserver on local host, I got URL like this: [127.0.0.1] The file index.php contains <?php if ($ID=="main" ){ echo "$ID"; } else { echo "empty "; } ?> I always obtain reply "empty&q
Forum: WampServer English
Current Page: 1 of 1