session_start();
$list=$_SESSION['list'];
?>
TheStore - Magazin cu vanzare online - calculatoare, placi de baza, procesoare, hdd, dvd, cd, memorii, video, sunet
include('connect.php');
if (! @mysql_select_db("emarkro_thestore") ) {
echo( "Unable to locate thestore " .
"database at this time.
" );
exit(); }
?>