[PHP-DB] Re: Testing - no emails since 11:45 AM 3/23/04

2004-03-24 Thread JeRRy
---Gary typed--- Date: Tue, 23 Mar 2004 15:44:19 -0600 From: "Gary Every" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Testing - no emails since 11:45 AM 3/23/04 Testing, have received no emails since 11:45 Gary Every Sr. UNIX Administrator Ingram Entertainment Inc. 2 Ingram Blvd, La

Re: [PHP-DB] Store a File (any type) in MySQL

2004-03-24 Thread Ricardo Lopes
As nobody seems to answer your question here, i will give you a pointer to an article i found i 30 seconds using google, i just searched for "insert blob mysql php" an i found this article in oReilly, and it seems that the article is based on a thread in the php mailing list. http://www.onlamp.com

[PHP-DB] v4.2.3 compliant sybase_set_message_handler

2004-03-24 Thread Nils Kehrein
Hi *, i'm using PHP 4.2.3 on a Linux box with sybase_ct compiled as a shared object and i *really* need that sybase_set_message_handler function from PHP > 4.3.0, but there's no chance to recompile the complete PHP binaries at the moment. So i tried to copy & paste the needed function into the 4.

Re: [PHP-DB] v4.2.3 compliant sybase_set_message_handler

2004-03-24 Thread Bruno Ferreira
Nils Kehrein wrote: [snip] php_sybase_ct.c:1729: structure has no member named `callback_name' php_sybase_ct.c:1730: structure has no member named `callback_name' [snip] What have i done wrong? Thanks for reading this message :-) Well, you didn't do anything wrong, but just pasting the function

Re: [PHP-DB] v4.2.3 compliant sybase_set_message_handler

2004-03-24 Thread Nils Kehrein
"Bruno Ferreira" <[EMAIL PROTECTED]> wrote: > Well, you didn't do anything wrong, but just pasting the function > doesn't seem to work because some other data definition is > missing/outdated as well. Yes, i missed some lines in php_sybase_ct.h, now it compiles without an error BUT whenever it tr

[PHP-DB] File upload bug

2004-03-24 Thread Daniel Crespo
Hi all you there... I realized that when I try to upload a file of about 1MB or more, it doesn't upload... Even changing all the max_limit stuff at the config files of Apache and PHP... So, I don't now how to solve this. In the form, there are: In upload.php there are: With short files (u

[PHP-DB] Newbie question

2004-03-24 Thread Gajo Csaba
Hi! I'm new to PHP, so this may be an easy question. I tried to make a simple form-page, where the user enters his name, and on the following page it says "Hello $name". What happens is that on the second page it says soemthing like "unknown identifier $name". I'm using Apache 2 so that may be

RE: [PHP-DB] Newbie question

2004-03-24 Thread Hutchins, Richard
Try: > -Original Message- > From: Gajo Csaba [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 4:10 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Newbie question > > > Hi! > I'm new to PHP, so this may be an easy question. I tried to make a > simple form-page, where the u

[PHP-DB] exporting data to excel

2004-03-24 Thread matthew perry
I am looking for the easiest way to export data to an excel file. Is the easiest way to use PHP's file handling functions? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] exporting data to excel

2004-03-24 Thread Amanda
Isn't that better to use excel com object? -Original Message- From: matthew perry [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] exporting data to excel I am looking for the easiest way to export data to an excel file. Is

Re: [PHP-DB] exporting data to excel

2004-03-24 Thread John W. Holmes
matthew perry wrote: I am looking for the easiest way to export data to an excel file. Is the easiest way to use PHP's file handling functions? Easiest way is to just send Excel headers and output an HTML table. Excel will convert it to a spreadsheet. -- ---John Holmes... Amazon Wishlist: www.

[PHP-DB] Re: exporting data to excel

2004-03-24 Thread Geir Pedersen - Activio AS
Matthew, > I am looking for the easiest way to export data to an excel file. Is > the eaiest way to use PHP's file handling functions? I assume you want to delivery the execl file to a web user. Then there is no need to write the data to disk, you can generate the whole thing on the fly while yo

[PHP-DB] Re:RE: [PHP-DB] File upload bug

2004-03-24 Thread Daniel Crespo
No. I think that's not the problem, because even if I just submit the form with a large file, it doesn't send... Before php process the MySQL instructions, it hangs up (just to name it in some way) and return nothing. So MySQL is not the problem. :( kevin myers wrote: you might true checking the

[PHP-DB] Recursive photo gallery removal problem.

2004-03-24 Thread Tom Reed
I designed a photo gallery system, in which I allow users to create recursive photo "folders." The trouble I am having is being able to delete a photo folder, and all folders/photos within it. Example structure: Main Folder - Folder 1 - Folder a - Folder b - Folder i

[PHP-DB] Display of fetched MySQL data?

2004-03-24 Thread W. D.
Hi Folks, I am trying to display a list of retrieved records, but can't seem to figure out how to do this properly. Here is what I am aiming for: \n"; // Loop through the fields for ($FieldIdx = 1; $FieldIdx <= NumFields; $FieldIdx++) { // Display the fields and associated data