You are here:  » Too clever?


Too clever?

Submitted by dbfcs on Fri, 2006-09-29 15:44 in

Me again!

I am looking to set up pages in the admin area. One called listsome.php and countall.php.

listsome.php would return all products where there is at least three retailers selling that product, together with the URL's for each one to the relevant products page (e.g. http://url.co.uk/shop/products.php?q=abc+def)

countall.php would simply return a count of all the ROWS in the database, not just the number of products.

listsome.php would allow me to produce a static page with static links to "popular products", for search engine crawling.

countall.php would be easier than loggin into the database to get the total figure.

Thanks again.