Hi everyone.
Could some assist me? I have a link.
<a href="index.php?make=<?=$mead_make?>&model=<?=$model?>&veh_id=<?=$vehicle_id?>">Add to Cart</a>
This HREF link is generated by a for loop from a mysql DB.
All I want to do is add the veh_id to a array and keep adding them to a array until I check out. Is this possible to do it all on 1 page?
Regards