setcookie("client",$client, time()+3600,"/");
function storage(id){
$.post(str,{
search: $('#s'+id).val()
}, function(data){
$('#storage_result'+id).html(data);
});
return false;
}//storage
session_start();
$client=$_COOKIE['client'];
print_r($client);