I think that you want to use ini_set() along with session.gc_maxlifetime.
graeme.
Ron Piggott wrote:
The tech support which hosts my web site e-mailed me that the php.ini
file has $_SESSION[''] variables set for 19 minutes. It is a server
wide variable which they do not want to change their s
how about usort($myarray, "strcasecmp");
graeme
hope wrote:
Well now i m retrieving results into an array
Then i m using sort($myarray)
but the problem is that it sorts in this way
(
e.g.
ABB MBB
ZZZ
abc
def
ztt
)
i.e it sorts capital letters first n then it sorts the small letters