Penso di no...

Codice PHP:
session_start();
$temput=$_SESSION['temput'];
$temppass=$_SESSION['temppass'];

$sp=$_POST["sp"];
$costospedizione=$_POST["costospedizione"];

$cart_object->total();
$total $cart_object->_total;
$cart_items $cart_object->getItems();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>etc etc