RE: [PHP-DB] Cannot print the data from database in the webpage

2009-02-14 Thread Chris Verges
#language.types.string.syntax.heredoc. Thanks, Chris -Original Message- From: Patrick Price [mailto:superpa...@gmail.com] Sent: Fri 2/13/2009 9:52 PM To: Sashikanth Gurram Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Cannot print the data from database in the webpage I believe your problem

Re: [PHP-DB] Cannot print the data from database in the webpage

2009-02-13 Thread Patrick Price
I believe your problem is that the mysqli_fetch_array function on line 39 returns an enumerated array and the extract function on line 41 takes the values in an array and assigns it to an associative array based on the keys. Since the keys in an enumerated array are numbers, those are the