Hi David,
I have a number of pricesExternal scripts in a row on my web pages which display perfectly when there is an entry in the database for each one. But if there is not, the existing ones repeat themselves. Is there any way to stop this happening?
Many thanks
shabbysheep
Hi,
Sure - in pricesExternal.php, add this line right at the top (after the opening PHP tag):
unset($prices);
That should fix it!
Cheers,
David.