> echo("| %s | %s | %s | %s | %s |<br />", $array[id],
 > $array[username],
 > $array[password], $array[status], $array[notes]);

If you look at http://www.php.net/echo you'll see that echo
does not support this syntax. If you want to use this syntax
then you should probably be using some form of printf (see
http://www.php.net/printf).

CYA, Dave





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

Reply via email to