[PHP-DB] Re: It counts everything not a specific day..

2002-10-20 Thread Noodle Snacks
Fixed it by doing multiple querys -- JJ Harrison [EMAIL PROTECTED] Noodle Snacks [EMAIL PROTECTED] wrote in message news:20021019113342.17226.qmail;pb1.pair.com... Although my query returns the date of the day that had the highest number of records inserted. It outputs the total number

[PHP-DB] Free shopping cart

2002-10-20 Thread Tony S. Wu
I need to write a shopping cart for my friend's website. I thought modifying a free one for my need would be easier. Sorry for asking question like this. But I've done the search on google and all I could find weren't free. Can anyone provide me some links? Thanks a lot. Tony S. Wu [EMAIL

Re: [PHP-DB] Free shopping cart

2002-10-20 Thread Jason Wong
On Sunday 20 October 2002 23:17, Tony S. Wu wrote: I need to write a shopping cart for my friend's website. I thought modifying a free one for my need would be easier. Sorry for asking question like this. But I've done the search on google and all I could find weren't free. Can anyone provide

Re: [PHP-DB] Free shopping cart

2002-10-20 Thread Tony S. Wu
Thanks a lot :D Tony S. Wu [EMAIL PROTECTED] Nope, this world ain't perfect. But at least I know it's not because of me. Jason Wong at [EMAIL PROTECTED] wrote: On Sunday 20 October 2002 23:17, Tony S. Wu wrote: I need to write a shopping cart for my friend's website. I thought modifying a

[PHP-DB] Free Shopping Carts

2002-10-20 Thread alberteb
Hi Tony ! I've had to do the search for shopping carts too,so I can relate. There are also some free carts ,as well as some interesting accessories,for lack of a better term at:a href=http://www.phpbuilder.com;/a. Click on code bank or code library (something like that),then click the search by

[PHP-DB] Sorry about that !

2002-10-20 Thread alberteb
Free shpping carts at:www.phpbuilder.com . -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Forms question..

2002-10-20 Thread James Hatridge
Hi all... When I have an input form I must click on the first input field. Is there anyway to have it active when the form loads? #2 When I tab down to the next input field, is there anyway to have it highlight what is in the field (ie the default data) so that it will overwrite it? #3 How

RE: [PHP-DB] Forms question..

2002-10-20 Thread John W. Holmes
When I have an input form I must click on the first input field. Is there anyway to have it active when the form loads? Javascript, not PHP. Something like document.form.element.setfocus(), I think. #2 When I tab down to the next input field, is there anyway to have it highlight what is in

Re: [PHP-DB] Forms question..

2002-10-20 Thread .: B i g D o g :.
1. document.formname.elementname.focus(); Example: if my form has a name of testform and the first element is fname... then in the body tag i would do this... body onload=document.testform.fname.focus(); 2. Yeah, you need to use the select() method... so document.testform.element.select();

[PHP-DB] Re: String extraction from blobs. Extracted string to be placedinto field within another table.

2002-10-20 Thread Manuel Lemos
Hello, On 10/19/2002 11:13 PM, Dwalker wrote: What is the most effective method of extracting from a blob specified text to be placed into another table field. If you use Metabase it allows you to create prepared queries where you can pipe data from blob returned by a select query to a blob

[PHP-DB] String extraction from blobs. Extracted string to be placed into field within another table.

2002-10-20 Thread dwalker
What is the most effective method of extracting from a blob specified text to be placed into another table field. This email message and all attachments transmitted herewith are tradesecret and/or confidential information intended only for theviewing and use of addressee. If the reader