Current Page: 1 of 1
Results 1 - 3 of 3
17 years ago
wraios
Good morning, Are you sure that they are single quoted? I mean: if ((!$_POST['username']) || (!$_POST['password'])) notice 'username' and 'password' ? One way or another notices are not a significant problem and if you set error_reporting = E_ALL & ~E_NOTICE in your php.ini file they will be suppressed. The code should work fine, doesn't it?
Forum: WampServer English
17 years ago
wraios
Good evening from beautiful Greece, you have some errors in your initial scripts (not closing html tags, should increase poor cookie's lifetime and echo in function and not in body in 2nd file) made some modifications and worked ok in me. Note that I renamed listing15.7.php->help1.php, listing15.8.php->help2.php, listing15.9.php->help3.php, testDB -. testDB1 and that I also don't use p
Forum: WampServer English
17 years ago
wraios
Hello, I'using wamp v1.64 and I can't use greek fonts in my database. I have set utf-8 in php.ini, httpd.conf and my.ini, I also tried mysql_query("SET NAMES 'GREEK'",$conn); mysql_query("SET CHARACTER SET 'GREEK'",$conn); and <meta http-equiv="Content-Type" content="text/html; charset=utf-8" as suggested in other sites but still nothing. I a
Forum: WampServer English
Current Page: 1 of 1