p83 the use of periods...
Re top of page: "We added a little trick to our normal echo statement: the use of periods to amend the statement as such:"
Do the periods act as concatenation operators here?
In the example:
echo "My top ". $_POST["num"]. " movies are:<br>";
It looks like 'my top' and 'movies are' are enclosed in quotes, and the $_POST, using the periods, is inserted between these clauses, if you will. So in this sense the periods appear to concatenate the clauses. Is that right?
By the way, notice there is a space after the first period before the $_POST... Is that space intentional or arbitrary?
__________________
ABabb
Dallas TX
|