so, i finally got the isp to enable php under ssl, but then tried to session_start (so the contents of my shopping basket wont be lost when going to get cc info) and of course it dosent work (that wouldnt be fun huh?!)
i get
Fatal error: Call to unsupported or undefined function session_start() in php/cart.php on line 2
where cart.php =
<?php
session_start();
?>
do i HAVE to use curl? (someone please pass the asprin!)
cheers
keith