>>>>> "B" == B I G D O G <[EMAIL PROTECTED]> writes:

    B> Tried to check the archive, but it is offline...  What does the
    B> "," and "{}" do in this type of statement?

    B> Example: echo "<tr><td>{$strName}</td></tr>", htmlspecialchars(

in this case, the {}s don't really do anything; but {}s allow variables
like this

    echo "<tr><td>{$obj->strName[$i]}</td></tr>";

and so forth.

   

-- 
When the birdcage is open,   | donate to causes I care about: 
the selfish bird flies away, |    http://svcs.affero.net/rm.php?r=leed_25
but the virtuous one stays.  |

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

Reply via email to