[thelist] PHP question

Peter Van Dijck peter at vardus.com
Wed Jul 19 14:45:24 CDT 2000


><?php
>
>$Df_siteRoot = "/home/sites/site2/web/";
>
>include ( $Df_siteRoot + "includes/DfPhpLib.inc");
>include ( $Df_siteRoot + "includes/pageHeader.inc");
>
>?>

try include ( $Df_siteRoot . "includes/DfPhpLib.inc");
$a . $b is used to put two strings together
$a + $b is used to add two numbers.

Peter





More information about the thelist mailing list