[PHP-WIN] IE - very strange problem

2001-08-30 Thread Christian Ribeaud
Hi, I have been advised that the homepage http://www.predict.ch/ does not work with some browser/OS combinations. The problem seems to be the following code's lines: $result = mysql_query($sql,$db) or die("Please check your query and try again"); $db is defined in an included file: $db = @mysq

[PHP-WIN] [PHP/4.0.5] Problem with session

2001-05-14 Thread Christian Ribeaud
Hi, I would like to know what is wrong with the code below. The following code will be included on every page with the include command. The variable $language does not seem to be registered at all. it should be registered again on every page. Why this? On the php.ini register_globals is "off" and

[PHP-WIN] [Apache/1.3.19 (Win32) PHP/4.0.5RC1] gd

2001-04-17 Thread Christian Ribeaud
Hi, I downloaded and installed the php package including a lot of extensions like pdf and gd from www.mm4.de. I read the following article (http://www.phpbuilder.com/columns/rasmus19990124.php3) and tried the code (s. below). It did not work. I get an empty gif image and I do not understand what