Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Stut
Hartleigh Burton wrote: You were in the right area thats for sure. I had a look through where the script was ending a bit closer... there is a function i use to make the sql query safe for inserts if magic quotes is not on thats something like this... function WalkAddSlashes(&$item, $key) { i

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
Hi Stut, You were in the right area thats for sure. I had a look through where the script was ending a bit closer... there is a function i use to make the sql query safe for inserts if magic quotes is not on thats something like this... function WalkAddSlashes(&$item, $key) { if(!

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
Burton [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 3:14 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi All, I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Stut
Hartleigh Burton wrote: I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which successfully uploads most files to the database, however anything roughly over 1MB in size seems to return a PHP error. I am not trying to upload an

[PHP-WIN] RE: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Bastien Koert
CTED]> CC: , Subject: [PHP-DB] Re: [PHP-WIN] Fatal Error: Allocated memory size problem... Date: Mon, 5 Mar 2007 12:57:37 +0700 same here not work for me - Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subje

RE: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Gustav Wiberg
Cc: php-windows@lists.php.net; php-db@lists.php.net Subject: Re: [PHP-WIN] Fatal Error: Allocated memory size problem... Importance: High - Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "'Hartleigh Burton'" <[EMAIL PROTECTED]&

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread bedul
- Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "'Hartleigh Burton'" <[EMAIL PROTECTED]>; Sent: Monday, March 05, 2007 2:22 PM Subject: RE: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi there! What fieldtyp

RE: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Gustav Wiberg
Hi there! What fieldtype do you try to store the file in? Best regards /Gustav Wiberg -Original Message- From: Hartleigh Burton [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 3:14 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Fatal Error: Allocated memory size problem

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
- Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi All, I am having some problems while uploading a file to a MySQL database relating to fi

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread bedul
same here not work for me - Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... > Hi All, > > I am having some problems while uploading a

[PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
Hi All, I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which successfully uploads most files to the database, however anything roughly over 1MB in size seems to return a PHP error. I am not trying to upload anything lar