At 01:34 26.02.2003, Kenneth Suralta said:
--------------------[snip]--------------------
>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";
>...
>?>
--------------------[snip]-------------------- 

Haven't I heard that before?
http://www.php.net/manual/en/function.include.php


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to