[PHP-DB] Database analysis tools

2002-10-13 Thread Benny
I need to make pivot table for analysis & reporting. Is there a database analysis tool for mysql like Microsoft OLAP ? Regards; Benny. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Html email

2001-10-23 Thread Benny
e-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Subject xxx From: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary = id3bd4ad2486465 This is a MIME encoded message. --id3bd4ad2486465 Content-Type: text/html; charset="iso-8859-1" Content-

[PHP-DB] problem with dbase_replace_record()

2001-05-10 Thread Benny
utes and my browser still proceed and display nothing : $record[0] = "2628"; $record[1] = "230 10 10003"; $record[2] = "NAME"; $record[3] = "50"; $record[4] = "5002"; $change = dbase_replace_record ($db, $record, 1); if ($change) {

RE: [PHP-DB] updating database on internet server

2001-05-03 Thread Benny
I want to update the internet server from my local computer. I used MySQL both in local and internet server. Regards; Benny. -Original Message- From: Marko Lesnik [mailto:[EMAIL PROTECTED]] Sent: 03 Mei 2001 14:39 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] updating database on

[PHP-DB] RE: [PHP] RE: [PHP-DB] open foxpro database:solved

2001-05-02 Thread Benny
Thank's a lot. I make the employee.dbf free table. And it's work. Regards; Benny. -Original Message- From: Scott Bernard [mailto:[EMAIL PROTECTED]] Sent: 03 Mei 2001 8:44 To: Benny; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] RE: [PHP-DB] open foxpro database Tr

[PHP-DB] open foxpro database

2001-05-02 Thread Benny
I used function dbase_xxx to access foxpro database (.dbf) but it's not work. Here is my code : \n"; } } } ?> Everytime I call this page there's a message : Warning: unable to open database /home/benny/test/employee.dbf in /home/benny/htdocs/foxpro.php on

[PHP-DB] open foxpro database

2001-05-02 Thread Benny
I used function dbase_xxx to access foxpro database (.dbf) but it's not work. Here is my code : \n"; } } } ?> Everytime I call this page there's a message : Warning: unable to open database /home/benny/test/employee.dbf in /home/benny/htdocs/foxpro.php on

[PHP-DB] updating database on internet server

2001-05-02 Thread Benny
I have 2 systems, local and internet. I want my Internet database is updated from local database. How can I make this? Regards; Benny. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DB] open foxpro database

2001-05-02 Thread Benny K. Putera
I used function dbase_xxx to access foxpro database (.dbf) but it's not work. Here is my code : \n"; } } } ?> Everytime I call this page there's a message : Warning: unable to open database /home/benny/test/employee.dbf in /home/benny/htdocs/foxp

[PHP-DB] database synchronizing

2001-05-01 Thread Benny K. Putera
I have 2 systems, local and internet. I want my Internet database is updated from local database. How can I make this through php script? Regards; Benny. Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com -- PHP Database Mailing List

[PHP-DB] Intialize PHP Module on Windows98

2001-04-29 Thread Benny
module Module compiled with debug=0, thread-safety=1 module API=20001214 PHP compiled with debug=0, thread-safety=1, module API=2609 These options need to match That's for dbase module, and for the others module it gave the same result. Anyone could help me to solve this problem ? Regar