[PHP] Need more memory... possible to set?

2002-09-09 Thread Damian Harouff
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 53738 bytes) in /var/cli/mp3anal/mp3anal.php on line 68. Segmentation fault This is line 68: while ($found = fscanf ($fp, %s - - [%[A-Za-z0-9/]:%[0-9:] %[+-0-9]] \%[A-Z-] %s %[A-Z0-9/.]\ %[0-9-] %[0-9-]\n, $ip,

[PHP] Re: [PHP-WIN] php cookie question

2002-08-01 Thread Damian Harouff
http://www.php.net/manual/en/ref.session.php php.net is rather interesting, in which you can do something like type in php.net/idea or php.net/function and get the manual page for it... C I want to ask user to login, and use cookie to save their userid and C password C what should i do? --

Re: [PHP] Re: Mail Form

2002-07-30 Thread Damian Harouff
Things like file uploading and mail functions are disabled on free PHP hosts like 8bit. KG Also , Fatal error: Call to undefined function: is_uploaded_file() in KG /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php on line 20 KG Kerry Gray [EMAIL PROTECTED] wrote in message KG [EMAIL

Re: [PHP] Emptying a Single Array Value

2002-06-12 Thread Damian Harouff
This is all i've ever been able to do: function ck_removeValueFromArray($array, $value) { $key = array_search($value, $array); if ($key) { $array[$key] = ; rsort($array); // rsort() puts blank values at the end reset($array);

[PHP] Key is an undefined function?

2002-05-16 Thread Damian Harouff
Fatal error: Call to undefined function: key() in /var/www/explorer/test.php on line 18 When it's listed right here: http://www.php.net/manual/en/function.key.php I was playing with the library from: http://phpconcept.free.fr/pclzip/index.en.php This is the code:

[PHP] Simple logic and sessions - Typo somewhere?

2002-05-15 Thread Damian Harouff
I am unable to get this to work. You start with system_logic.php?system=a900. It's supposed to start with memory selection, the proceed to hard drive, and onward. Instead, it starts with videocard, and keeps going through the videocard set, instead of at least progressing into hard drive. This

Re: [PHP] phpmysqladmin ? still viable?

2002-05-15 Thread Damian Harouff
Are you sure you don't mean phpmyadmin? http://phpmyadmin.sourceforge.net/ EG First off, I am a total newbie to php and DB stuff. Pardon the intrusion on EG your busy schedules. Really. EG My host is having a hard time finding phpmysqladmin and he touted this as a EG solution to my wanting