home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomePHP CookbookSearch this book

18.19. Writing to Standard Output

18.19.2. Solution

Use echo or print:

print "Where did my pastrami sandwich go?";
echo  "It went into my stomach.";

18.19.4. See Also

Section 18.20 for writing to many filehandles simultaneously; documentation on echo at http://www.php.net/echo and on print( ) at http://www.php.net/print.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.