mario wrote: > hi, > > silly question: what is EOB? > google returns: > Your search - EOB site:www.php.net - did not match any documents. > > I see your (short) side note on EOB on > http://www.oracle.com/technology/pub/articles/php_experts/rasmus_php.html > > EOB is not an entry in your 'programming PHP' (very nice) book index. Is > there some more documentation? Maybe something from C? > thanks regards mario EOB doesn't mean anything. You can put whatever string you want there. eg. echo <<< FOOBAR Put stuff here and here and here FOOBAR; This is known as a here-doc. Go to http://php.net/heredoc for documentation on this. -Rasmus -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php