Many thanks sleipner, will try that, only problem then is can I check for the variable $_SESSION['DB6'] not being there when I produce a documented list of variables and their values if greater then 0 or "".
At the moment I do this:
if ($_SESSION['DB6']>0) {
echo "Fuji Digital Betacam DBC-6 Qty =".$_SESSION['DB6']."<br>\n";
}
if ($_SESSION['DB12']>0) {
echo "Fuji Digital Betacam DBC-12 Qty =".$_SESSION['DB12']."<br>\n";
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.