john_zakaria
10-29-2009, 02:04 PM
now i have a string
$_SESSION['oids']="abc,def,ghi,jkl,pqr,mno,stu";
i want to sort this session to be
"abc,def,ghi,jkl,mno,pqr,stu";
i want to sort the string value according to the comma.
plz i need help quickly
$_SESSION['oids']="abc,def,ghi,jkl,pqr,mno,stu";
i want to sort this session to be
"abc,def,ghi,jkl,mno,pqr,stu";
i want to sort the string value according to the comma.
plz i need help quickly