String concatenation? Its a way ogf combining strings into one.
$string = 'Hello'; $string = $string . ' World'; echo $string; would output 'Hello World' -----Original Message----- From: Wade [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 14 January 2003 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] initialize variables 01132003 2059 CST Sean, Thats a new one for me. In the line below, what does the " ' . $Entrees[0] . ' "> do? The " . ", do they have some value or do they negate something? echo '<option value="' . $Entrees[0] . '">' . $Entrees[0] . '</option>'; Wade -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php