[PHP-DB] Problem with arrays

2002-06-14 Thread Marcel Schindler
Hi there, Sorry for my bad english. I want to read a table from a mySQL-database and store it in an array built like this: $value[column][row]; I am not sure, how this is done. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] template problem!!!

2002-07-08 Thread Marcel Schindler
Hi Just enclose it in ?php ? You can do this in either templates or html pages Yeah, but this is against the template-system. Of course, this is possible but templates are usually for seperating the code from the design -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] Problem whith mysql_connect()

2002-07-10 Thread Marcel Schindler
Fernando Gonzalez [EMAIL PROTECTED] wrote Php Was installed when installing the Red Hat 7.0 . Mysql Was installed later from rpm. Any ideas of what can I do??? write this script ?php phpinfo(); ? save and start it through your browser. Check the following parts: CONFIGURE COMMAND: Is

[PHP-DB] Re: Great tool

2002-07-10 Thread Marcel Schindler
César aracena [EMAIL PROTECTED] wrote: Hi all. I found in one of these DB lists a word about a tool called MySQL - Front so I went there, downloaded it and ran it today for the first time and well... ¡¡TWO THUMBS UP!!! It really seems like a great GUI app. I installed it over Win XP

[PHP-DB] Re: extract data from database into an array

2002-07-15 Thread Marcel Schindler
; // Stores the current Database Connection ID var $db_datasets = array(); // Stores the last read database-Set as hash [colum-name][row_number] /** * Connect * @author Marcel Schindler * @param bool $persistant * @return void **/ function connect($persistant = FALSE