Re: include "config.php" does not work anymore after PHP 5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

This is the same thing I always use.

<?
 $host="localhost";
 $user="root";
 $password="123";
 $db="stud";

 $activation=1;	

 $MAXATTACHSIZE = 1000000;
 $ATTACHDIRPATH="e:/www/stud/lattach/";
?>

By the way, I installed php 4.4.7 and everything is fine with this version though "register_globals" is again Off.

Regards,
Mac

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux