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