Thread
:
PHP Syntax question
View Single Post
08-04-2004
#
4
(
permalink
)
jonbalza
Registered User
Join Date: Jun 2004
Posts: 90
OK, then do this:
PHP Code:
$day
=
'monday'
;
echo
"today is "
.
$day
.
" and im going to town"
;
The . operator is the concatenation method for PHP.
jonbalza
View Public Profile
Visit jonbalza's homepage!
Find More Posts by jonbalza