Re: [PHP-DOC] PHP -- oops
Oops. Of course, I actually meant: echo ""; print_r($array); echo ""; Janet
Re: [PHP-DOC] PHP
\n, only PHP understands this code, not HTML. \n means start a new line in the PHP output. However, new lines are mainly ignored by HTML. If you want to start a new line in HTML, you need to include . Janet ___ Janet Valade, author PHP & MySQL for Dummies, Second Edition PHP 5 for Dummies