> How do I include external library files in PHP???
> I would like to put the lines that are repeated in each php files, in
a
> separate file.
> e.g.
> <?php
> $db_host = "localhost";
> $db_port = "3306";
> $db_name = "test";
> ...
> ?>

Just throw caution to the wind and try the include() function!!!! I'm
not responsible for the consequences!!! Do not blame me if your file is
included!!

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to