> I see you've solved your problem but I thought I'd put a plug in for > http://www.hotscripts.com/ anyway. Many times I've been banging my head > against a wall trying to figure out WHY my code (that SHOULD work) > doesn't work, then gone to HotScripts and dug up the answer. > Yeap have them bookmarked. :) Problem was with a modded previous next script where I needed to have a root page variable to be included into the sql statement. The solution was a stupid & rather than a ?. when getting next pages.
ie /~kevin/display.php?category_id=1?page=2 didn't work /~kevin/display.php?category_id=1&page=2 does work -- Regards, Kevin Saenz Spinaweb I.T consultants Ph: 02 4620 5130 Fax: 02 4625 9243 Mobile: 0418455661 Web: http://www.spinaweb.com.au -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
