jenodorf
Technical User
- Jan 11, 2005
- 36
Hi
Trying to get into the coding rather than downloaded scripts
have what no doubt is a simple question
can someone please tell me what
the line
echo($cartweaver->cartLinks());
means? In particular the -> , tried to look it up but aa I don't know waht it's called I failed.
thanks
Ian
<?php
if($_SESSION["cartSubtotal"] < 25) {
echo("You must order $25 or more. Go back to correct.");
echo($cartweaver->cartLinks());
exit();
}?>
Trying to get into the coding rather than downloaded scripts
have what no doubt is a simple question
can someone please tell me what
the line
echo($cartweaver->cartLinks());
means? In particular the -> , tried to look it up but aa I don't know waht it's called I failed.
thanks
Ian
<?php
if($_SESSION["cartSubtotal"] < 25) {
echo("You must order $25 or more. Go back to correct.");
echo($cartweaver->cartLinks());
exit();
}?>