Re: [PHP-DB] do table alias's work in PHP?

2001-05-16 Thread Rick St Jean
you have to specify what table you are selecting each of the fields from select dtype, dloc, iprice from descriptions d, items i where d.iid = i.iid ; should be select d.dtype, d.dloc, i.iprice from descriptions d, items i where d.iid = i.iid ; At 03:49 PM

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/, http://www.phpmailer.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml # Tel: 905-684-2952 ## -- PHP Database Mailing List

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
Where else should someone post something like this? NOT cause it's SPAM. spam (spm) n. Unsolicited e-mail, often of a commercial nature, sent indiscriminately to multiple mailing lists, individuals, or newsgroups; junk e-mail. This obviously was not sent to a hundred addresses

RE: [PHP-DB] Robust OO Shopping Cart 4 sale - oh dear

2001-04-10 Thread Rick St Jean
i've just read the rest of the mails and must admit i am more than dismayed. the shopping cart is SIMPLE, and if you can be bothered is easy to set up and code. That is if you know how to develop. It is easy for a developer. but most people who want a store are not developers. store want.

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
This obviously was not sent to a hundred addresses indiscriminantly and is related to the nature of the list. therefore is not SPAM. I'm still considering it SPAM. Perhaps not by the definition you use but it's ment to sell a product.. This is dead. By dictionary definition... it is not

RE: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
If you are looking for something that is free goto http://www.phpshop.org/ by http://www.edikon.com/ This is the best free product that I could find. At 11:18 AM 4/10/01 +0200, B. van Ouwerkerk wrote: At 11:17 10-4-01 +0200, Bart A. Verbeek wrote: Just looked at the shopping-cart-website...

Re: [PHP-DB] Robust OO Shopping Cart 4 sale

2001-04-10 Thread Rick St Jean
At 12:23 PM 4/10/01 +0200, B. van Ouwerkerk wrote: It is defined by how it can satisfy the needs of a customer. And I am saying that do it better then any open source product which competes with ours. You seem to be fixated on the fact that I am attacking the open source movement. I am

Re: [PHP-DB] MYSQL Trouble with the IN operator

2001-03-18 Thread Rick St Jean
trators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml # Tel: 90

Re: [PHP-DB] Fox Pro

2001-03-09 Thread Rick St Jean
://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark

Re: [PHP-DB] using php to generate html file?

2001-03-06 Thread Rick St Jean
administrators, e-mail: [EMAIL PROTECTED] ## # Rick St Jean, # [EMAIL PROTECTED] # President of Design Shark, # http://www.designshark.com/ # Quick Contact: http://www.designshark.com/messaging.ihtml # Tel: 905-684-2952

Re: [PHP-DB] using php to generate html file?

2001-03-06 Thread Rick St Jean
the file $myLine = fgets($myFile, 255); print("$myLine BR\n"); } //close the file fclose($myFile); ? At 12:27 PM 3/6/01 -0500, Jaxon wrote: Any examples on this? regards, jaxon On 3/6/01 11:39 AM, "Rick St Jean" [E