Mike Ford wrote:

-----Original Message-----
From: Bret Hughes
Sent: 01/03/05 18:43

On Tue, 2005-03-01 at 11:44, Sascha Kaufmann wrote:

$birthday = $day.'.'.$month.'.'.$year;



why wouldn't

$birthday = "$day.$month.$year";
because it does work aswell


work as well. ---------------------------

It would -- which to use is a matter of personal preference.

Cheers!

Mike


To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm

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



Reply via email to