[PHP-DB] 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 fieldtype do you try to store the file in? [bedul] sinc

[PHP-DB] imagettfbbox

2007-03-04 Thread Mad Unix
am trying to build a water mark on the web, when i call the function imagettfbbox() I get the following *Fatal error*: Call to undefined function imagettfbbox() in */usr/local/apache/htdocs/captcha.php* on line *60* OS: RHEL4 Pack: Apache2, PHP5.2, GD Config: './configure' '--with-apxs2=/usr/local

[PHP-DB] 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 file to a MySQL database > relat

Re: [PHP-DB] array field type

2007-03-04 Thread Micah Stevens
Not a single field, but there's several methods of storing trees of information, which is what an array is. Here's one: Nested Array storage table: ArrayID (int, autonumber) keyname (text) parent (int) data (bigtext or whatever would be appropriate for the data you're storing) For an array l

Re: [PHP-DB] array field type

2007-03-04 Thread Sancar Saran
On Sunday 04 March 2007 23:04, Sancar Saran wrote: > Hi, > > I want to know is there any db server around there for store php arrays > natively. > > Regards > > Sancar Thanks for responses, it seems I have to give more info about situation. In my current project, we had tons of arrays. They are ve

[PHP-DB] array field type

2007-03-04 Thread Sancar Saran
Hi, I want to know is there any db server around there for store php arrays natively. Regards Sancar -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php