[PHP-DB] Re: [PHP] php|cruise - do unto others...

2003-10-20 Thread Robert Cummings
On Mon, 2003-10-20 at 15:54, Larry E.Ullman wrote: > >> To make a donation, simply login to PayPal and click the "Send Money" > >> tab at the top of your screen. Once there, put > >> [EMAIL PROTECTED] in the "Recipient's Email" field and fill > >> out the remaining fields to your liking. :) >

[PHP-DB] Re: [PHP] MYSQL_CONNECT vs MYSQL_PCONNECT

2006-06-20 Thread Robert Cummings
On Tue, 2006-06-20 at 12:34, Juanjo Pascual wrote: > How can i know which of both is better to use each time? Use mysql_pconnect() if the connection overhead is large. This is usually the case if the database is off on a remote server somewhere in lala land. Remote servers within your LAN don't us

[PHP-DB] Re: [PHP] Re: the opposite of a join?

2007-10-03 Thread Robert Cummings
On Wed, 2007-10-03 at 14:49 -0700, Jim Lucas wrote: > > This is only from my own personal testing. Mind you that I have only been > using PostgreSQL for a > year or so. But one problem that I have always ran into with MySQL is that > when JOIN'ing tables > that have large data sets is a PITA.

[PHP-DB] Re: [PHP] Re: the opposite of a join?

2007-10-03 Thread Robert Cummings
On Thu, 2007-10-04 at 11:23 +1000, Chris wrote: > Robert Cummings wrote: > > On Wed, 2007-10-03 at 14:49 -0700, Jim Lucas wrote: > >> This is only from my own personal testing. Mind you that I have only been > >> using PostgreSQL for a > >> year or so. Bu

[PHP-DB] Re: [PHP] Re: the opposite of a join?

2007-10-04 Thread Robert Cummings
On Thu, 2007-10-04 at 11:56 +1000, Chris wrote: > Robert Cummings wrote: > > On Thu, 2007-10-04 at 11:23 +1000, Chris wrote: > >> Robert Cummings wrote: > >>> On Wed, 2007-10-03 at 14:49 -0700, Jim Lucas wrote: > >>>> This is only from my own

[PHP-DB] Re: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Robert Cummings
On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote: > Hi, > > I have a table with the below fields. (id, title, language, author & > link to the book). > > Initially I want to display a page with 3 select boxes (language, > author & title). > > Initially first select box displays the available la

[PHP-DB] Re: [PHP] Best practices for using MySQL index

2008-04-30 Thread Robert Cummings
On Wed, 2008-04-30 at 11:14 +0200, Aschwin Wesselius wrote: > Shelley wrote: > > Hi all, > > > > I am currently responsible for a subscription module and need to design the > > DB tables and write code. > > > > I have described my table design and queries in the post: > > http://phparch.cn/index.p

[PHP-DB] Re: [PHP] Problems w/ goto

2010-12-17 Thread Robert Cummings
On 10-12-17 12:08 PM, Steve Staples wrote: On Fri, 2010-12-17 at 10:50 -0600, Jay Blanchard wrote: [snip] Thank you with your excellent help in the past. Here is another puzzler I am trying to write a program that can have two(2) independent forms in one PHP file. When I run the code belo

[PHP-DB] Re: [PHP] goto - My comments

2010-12-18 Thread Robert Cummings
On 10-12-19 12:17 AM, Ethan Rosenberg wrote: Dear List - Thanks to all for your EXCELLENT comments. I definitly agree that goto is a command to be avoided at all costs. Closed-minded drivel (or you're buttering up the popular opinion crowd). A better approach is that goto should be used with