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

Reply via email to