This seems to be a simple questions, but it is baffling me for some reason.
How do I create an if statement with multiple conditions. For example, I
cannot get either of these to work correctly:
if(isset($REMOTE_USER) && $AUTH_TYPE='securid') {
// do something
} else {
// do somethin
If you put the file into the include directory specified in the php.ini
(.:/usr/lib/php) then I believe you should do:
include("mysql.php");
NOT
include("DB/mysql.php");
Someone please correct me if I'm wrong.
I've got a very odd problem. I'm trying to include 'DB/mysql.php', from
the /us
2 matches
Mail list logo