$plates = 5;
$dinner = 'Beef Chow-Fun';
$cost_of_dinner = 8.95;
$cost_of_lunch = $cost_of_dinner;
Assignment works with here documents as well:
$page_header = <<
Dinner
HTML_HEADER;
$page_footer = <<
HTML_FOOTER;
Variable names must begin with letter or an underscore. The rest of the characters in the variable name may be letters, numbers, or an underscore. Table 2-2 lists some acceptable variable names.
Join Free Now : PHP Tutorial
No comments:
Post a Comment