* Gordon Stewart [...] > http://homepages.slingshot.co.nz/~gordon52/3.txt [...] > while ( $row = mysql_fetch_array($result) ) { > echo("<p>" . $row["JokeText"] . "</p>"); [...] > But how do i list the actual database names ?
The result column of the "show databases" command is named "Database", not "JokeText". -- Roger query --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php