Re: [PHP-DB] RE: How do I find products when a user types freeform strings like 'Sony 20" TV' or '20" Sony TV'? [SOLVED]

2007-05-11 Thread bedul
i'm currious about how goggle logic to find product.. that's something to thinking of - Original Message - From: "Daevid Vincent" <[EMAIL PROTECTED]> To: Sent: Friday, May 11, 2007 11:50 AM Subject: [PHP-DB] RE: How do I find products when a user types freeform strings like 'Sony 20" TV' o

[PHP-DB] MySQL Query on the Fly

2007-05-11 Thread Todd A. Dorschner
Good Morning, I've been searching and toying with this solution for some time but can't find that right answer. Looking for solutions/suggestions to the following: I created a program that will allow people to track sales and depending on what they've sold, they will either get a set bonus

[PHP-DB] Is there something similar to this out there?

2007-05-11 Thread rieh25
I'm working on a script to create back-up's of a database. It's not complete because it only generates the "insert into" commands, it doesn't generate the "create database" or "create table" ones, but I wondered if there is another way to create a back-up's of a database that can only be accessed

Re: [PHP-DB] Is there something similar to this out there?

2007-05-11 Thread bedul
u using echo on your script.. that's not wise i suggest u save all your type on a var like $txt and in the end of line u print it that will save your work.. your problem was how to make CREATE? it hard since i kinda bussy.. but hope i can help u.. - Original Message - From: "rieh25" <[