HI all,
I am facing an error which I can't get over.I need your help guys.
$data = new srch_args();
$data_string = "";
echo $SESSION['args'] . "string for args";
$data_string = $SESSION['args'];
$data = unserialize($data_string);
for the first time get the out put:
O:9:"srch_args":7:{s:10:"consultant";s:17:"partha:puskur:rao";s:6:"client";s:6:"ACGSOL";s:8:"end_date";s:0:"";s:10:"start_date";s:0:"";
s:14:"billing_status";s:0:"";s:9:"reference";s:0:"";s:4:"stat";s:0:"";}
but ... on refresh , I end up wiht errors.I am missing some thing........
&WHERE=get&Client=ACGSOL&Start_Date=&End_Date=&bill=&consult=partha:puskur:rao&Billing_Status=&Reference=string for args
Notice: unserialize() failed at offset 0 of 105 bytes in C:\Program Files\Apache Group\Apache2\htdocs\test\getdata1.php on line 60
Fatal error: Call to a member function on a non-object in C:\Program Files\Apache Group\Apache2\htdocs\test\getdata1.php on line 62
I need some light.... 😃