Session Array Problem ??
Posted: Fri Jul 03, 2009 3:50 pm
$_SESSION['domains'] array :
now i want to delete the second record for from the session array how to do it...???
Code: Select all
Array
(
[myname1.co.in] => Array
(
[status] => available
[classkey] => thirdleveldotin
[Price] => 411.76
[Currency] => INR
[timeperiod] => 1
)
[myname2.com] => Array
(
[status] => available
[classkey] => dotin
[Price] => 751.26
[Currency] => INR
[timeperiod] => 1
)
)