Re: [PHP-DB] SELECT question

2003-07-07 Thread Becoming Digital
The internet is a wonderful resource. http://www.mysql.com/doc/en/SELECT.html Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: "Artoo" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: [PHP-DB] select question

2001-08-21 Thread
On Tue, Aug 21, 2001 at 02:21:49PM +0100, Scott Chapman wrote: > Hi, > > When doing a select of the form > > SELECT blah FROM blah WHERE blah=blah AND blah=blah; > > is there any way of doing it with an OR ie;- > > SELECT blah FROM blah WHERE blah=blah OR blah=blah; > > or any other way in w

Re: [PHP-DB] SELECT question

2001-05-17 Thread Rick St Jean
If you have a shopping cart why would you want them to add the same item in there twice... why not just have them update their quantity to 5? At 11:10 PM 5/16/01, you wrote: >>Hi All, >> >>I'm building a standard shopping cart style e-commerce site using PHP and >>MySQL running on Apache. >

Re: [PHP-DB] SELECT question

2001-05-17 Thread Bob Hall
>Hi All, > >I'm building a standard shopping cart style e-commerce site using >PHP and MySQL running on Apache. > >I store my users' cart info in this table: > >++--+--+-+-+---+ | >| Field | Type | Null | Key | Default | Extra | + >+---