[PHP] swaping numerical index for keys

2005-11-25 Thread Pooly
between the numerical and keys for stat before PHP 4.0.6 : http://uk.php.net/manual/en/function.stat.php What would be the fastest solution to transform the result from stat to the one with the keys (before 4.0.6 :-) ? (i.e. Exchanging numerical indexing the for hash keys in the ls_statfields ?) -- Pooly Webzine Rock : http://www.w-fenec.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Quick Poll: PHP 4 / 5

2005-09-15 Thread Pooly
5, but I only work with PHP 4 > [] Nah, will wait till PHP 6 is out, theres not much diff between 4 and 5 > [] PHP 5 sounds / looks too hard to learn > [x] I use a layer above PHP which is independant of whether it's PHP4 or PHP 5, which is running Migration from 4.x to 5.0.3

Re: [PHP] how to clear cache content in IE using php

2005-08-18 Thread Pooly
but you can actually put an header saying "don't cache this page"... 2005/8/18, Jay Blanchard <[EMAIL PROTECTED]>: > [snip] > how to clear the contents of cache in Internet explorer > using php.If any one finds the solution do reply. > [/snip] > > You cannot do this with PHP as PHP is server-s

[PHP] global and object

2005-03-19 Thread pooly
Hi, I'm trying to use a global object (declared at a upper level), but all I got is : Call to a member function on a non-object in /home/pooly/public_html/templeet/modules/freedb.php on line 16 part of the code is : $freedb =& new freedbaxs(); Function return_freedb_sear

[PHP] class and global

2005-03-19 Thread pooly
Hi, I'm trying to use a global object (declared at a upper level), but all I got is : Call to a member function on a non-object in /home/pooly/public_html/templeet/modules/freedb.php on line 16 part of the code is : $freedb =& new freedbaxs(); Function return_freedb_search($array) {