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

2002-07-15 Thread Marcel Schindler
"Chip Wiegand" <[EMAIL PROTECTED]> wrote > I have a database, all the data is numbers. I want to make a query that > will extract the data and then make it available in an array, so the > array is populated 'real-time'. I could just enter the number into an > array manually, but I want to automat

[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

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 save and start it through your browser. Check the following parts: CONFIGURE COMMAND: Is "--with-mysq

[PHP-DB] Re: mail()

2002-07-08 Thread Marcel Schindler
>does anyone knows how to configure the mail in PHP/Linux ? >i am triing to use the mail function but it does not work, perhaps lacks some php.in configuration ... Is "SENDMAIL" configured properly? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

[PHP-DB] Re: Urent please

2002-07-08 Thread Marcel Schindler
> maybe this is more a javescripy problem...but its related to my php code: > how can i open a new window with javacript and pass to it php variables?? > thanks guys alot. Pass the Variables via get. mywindow = window.open("foobar","myphpscript.php?var1=&var2=

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

2002-07-08 Thread Marcel Schindler
> Hi > > Just enclose it in > > 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, vis

[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