Hi,
I have a config file which i include in every page:
class object {};
$CFG = new object;
$CFG->dbhost = "localhost";
$CFG->dbname = "x";
$CFG->dbuser = "x";
$CFG->dbpass = "x";
$connection = mysql_connect($CFG->dbhost, $CFG->dbuser, $CFG->dbpass);
@mysql_select_db($CFG->dbname) or die( "Un
Hi there,
I have multiple web servers all running PHP 4.2.3, and they all have the same domain
name implemented by round robin DNS.
And I use a NFS filesystem, /home/share/tmp, for session.save_path.
The main purpose is when my web clients move from one server to the others, the
session will re
Hi everyone!
I'm having a severe session problem. I'm having a file called
createjpg.php that creates a jpg-image and returns it as a picture,
with the correct header. This file is included on another php-file like
this:
What I need the file createjpg.php to do is to check wether or not the
3 matches
Mail list logo