Re: [PHP-DB] I got this idea...

2002-12-05 Thread Mark
Another option might be to list out the web sites that have paintball products, and then use google's "site:" functionality to search fo a product on each site. Store the results in a table or array, and diplay then for the user. So it would work like this: User says find me the MegaBlaster5000.

Re: [PHP-DB] I got this idea...

2002-12-04 Thread Ignatius Reilly
Well, we can only offer very general guidelines at this stage. What you can do is write a script that: - call all the URLs showing paintball prices (btw what is a paintball?) - extract the product name and price. this will require a specific REGEX for each URL called, and regular testing vs change