I have an XML feed of some products from a shop. Is there any way to make it so that if a link to 'product 1' (product_id=0001) is clicked then a div appears elsewhere on the page...
I have an RSS feed of some products from a shop. Is there any way to make it so that if a link to 'product 1' (product_id=0001) is clicked then a div...
hey thanks for the reply. Yep i guessed it would be something like that but im a bit of a JS nube so i have no idea how to write that function in this case... can u suggest how the code should look?...
Im really stumped so if anyone is any good with jquery i could really use your help! Im trying to get elements to display only one at a time using 'toggle' (so that if a user clicks one...
sorry, i don't know if that makes any sense, i mean im very happy to have an id column but the problem is the 'page_value's are already set so i want the script to redirect to the 'file_name' in the...
no the public address is http://cart3.jaspers-sensations.com and the file redirect.php is actually product_info.php, i was just using 'mysite' and 'redirect.php' to make things easier to follow on...
Thanks for the help everyone, i've read the tutorial and im trying but ive got a bit muddled up... this is what i've done so far, based on what people have been saying in this thread:
...
martswite you raise a good point... the number of pages will probably be in the order of a 1500-2000 pages. Is there a better way to do it with larger numbers of pages?
...
Sodbuster, thanks for that i had tried using the $result variable already, the problem was i didn't realise that it was returning an array so missed out the "[0]"...