Re: [PHP-DB] Re: My $_SESSION['''] variables are expiring!

2005-10-29 Thread graeme_foster
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

Re: [PHP-DB] retrieving field names in ascending order

2005-09-13 Thread graeme_foster
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