php-windows Digest 13 Dec 2003 19:43:38 -0000 Issue 2040

2003-12-13 Thread php-windows-digest-help
php-windows Digest 13 Dec 2003 19:43:38 - Issue 2040 Topics (messages 22380 through 22382): Re: querying more than one db from a php page? 22380 by: Svensson, B.A.T. (HKG) 22381 by: Svensson, B.A.T. (HKG) Re: What should I learn 22382 by: Terry Administrivia: To su

Re: [PHP-WIN] What should I learn

2003-12-13 Thread Terry
I agree with toby just start working away... To learn PHP I dl code examples and projects from the web, there are a number of tutorials and examples out there on the web. The only way your going to learn to use the language is to "use the language" ... tashfoo "Toby z" <[EMAIL PROTECTED]> wrote

RE: [PHP-WIN] querying more than one db from a php page?

2003-12-13 Thread Svensson, B.A.T. (HKG)
Another thought - came to me just after I posted below: If you decides to execute the same update at several databases from a php page, make sure that you actually did update all databases! Because you might like to rollback the update on all database if you fail with one for them, especially if

RE: [PHP-WIN] querying more than one db from a php page?

2003-12-13 Thread Svensson, B.A.T. (HKG)
You might run into the classical update problem if you allows update in different databases and then wants to syncronize the databases with each other. To prevent update anomalies like this you need a lock mechanism between the databases. Check your RDBMD documentation on this. However if you only