[PHP-WIN] Export-Import

2003-04-06 Thread Chris and Trish Kaelin
Does anyone know of a quick way export data from several tables in an Access database and then import that data into corresponding tables in an MySQL database? Chris Kaelin http://www.wrightrelayforlife.com _ Protect your PC - g

php-windows Digest 6 Apr 2003 12:29:43 -0000 Issue 1670

2003-04-06 Thread php-windows-digest-help
php-windows Digest 6 Apr 2003 12:29:43 - Issue 1670 Topics (messages 19320 through 19323): Re: PHP MySQL question 19320 by: H Marc Bower Re: PHP with PDFlib installation on Windows 19321 by: Francesco Pondrano display errors using iniset 19322 by: Elja Re: Subject:

[PHP-WIN] Re: Subject: PHP MySQL question

2003-04-06 Thread Neil Smith
Surely it would be easier to just write one query which updates the whole entry, regardless of which items have changed ? Might cost a few more electrons, but hey, saves making work for yourself :-) Just make sure to populate your form with the existing data then submit the lot as if it was a n

[PHP-WIN] display errors using iniset

2003-04-06 Thread Elja
Hi, I want to set up my php.ini with the display_errors setting off, and put in my script a iniset('display_errors',"1"); so i will only see errors of the script that i'am working on. I can't get it to work. It seems (when i call phpinfo() after the iniset) that i changed the local value but i d

[PHP-WIN] Re: PHP with PDFlib installation on Windows

2003-04-06 Thread Francesco Pondrano
Well, PDFlib is normally included in the PHP distribution for Windows. You can check if it's properly configured with phpinfo(), just scroll down until you see the table "PDF support"... I also had throubles at the beginning, you should check your script for correct use of the pdf functions. You