[PHP-DB] PHP compile error: Cannot find mysql header files

2004-10-10 Thread andy
Hi all, I'm attempting to configure PHP with apache and mysql support, but the config fails, because it can't find the mysql header files. I have mysql installed and working, these are the rpms installed: MySQL-client-4.0.21-0 MySQL-server-4.0.21-0 MySQL-shared-compat-4.0.21-0 When configuring

Re: [PHP-DB] PHP compile error: Cannot find mysql header files

2004-10-10 Thread Jason Wong
On Monday 11 October 2004 09:49, andy wrote: First, read manual MySQL Functions Second, decide whether you want to compile using the bundled MySQL library. If so the above tells all you need to know. If not you need to install the devel package for MySQL. -- Jason Wong - Gremlins Associates

[PHP-DB] Form action

2004-10-10 Thread Ng Hwee Hwee
Hi all, i'm designing a lot of forms and would like to know the standard practice. which of the following will be advisable? 1) form action is $PHP_SELF i.e. form name=form01 action=?=$PHP_SELF;? method=post i.e the script to check if the values submitted is valid and the scripts to

Re: [PHP-DB] Form action

2004-10-10 Thread Shahmat Dahlan
When I first started out with PHP, I asked the same myself the same questions as you just did. But over the years I have concluded: Method (1) centralizes all your form submission processes for addition, deletion, updating purposes, which means when you want to start debugging, you would end

[PHP-DB] 3D charts

2004-10-10 Thread Vipin Chandran
hi, Can we draw 3d graphs or pie charts using php and gd? or is there any class or method available for this ? -- Regards, Vipin Chandran -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php