Re: [PHP] can I license a php script?

2003-11-14 Thread Chris
Why wouldn't I be able to charge for the software? Quoted from the GNU General Public License: "When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge

[PHP] Want to install and link gd extension to PHP

2003-11-14 Thread Manisha Sathe
On Linux / PHP, for one third party software (moregroupware), I need gd PHP extension. Initially I tried to uncomment the line in php.init as extension=php_gd2.dll but it did not work, i tried to find files for gd but only one file php_gd.h exists, so i tried with that extension=php_gd.h (I tried

RE: [PHP] can I license a php script?

2003-11-14 Thread Chris W. Parker
Chris on Friday, November 14, 2003 7:13 PM said: > Why wouldn't I be able to charge for the software? [snip] Sounds good to me! :) Chris. -- Don't like reformatting your Outlook replies? Now there's relief! http://home.in.tum.de/~jain/software/outlook-quotefix/

Re: [PHP] can I license a php script?

2003-11-14 Thread Robert Cummings
On Fri, 2003-11-14 at 22:13, Chris wrote: > Why wouldn't I be able to charge for the software? > > Quoted from the GNU General Public License: > "When we speak of free software, we are referring to freedom, not price. Our > General Public Licenses are designed to make sure that you have the freedo

Re: [PHP] 0-T- - - -> PHP Contest

2003-11-14 Thread Ryan A
Hey, /* What version of Outlook? I have outlook also and I've never had to open the attachment to get to the message. */ Am using version 6 (6.00.2800.1123) guess its got to do something with my settings, any ideas tell me... cheers, -Ryan > P.S Any idea why I always get your mail as an att

[PHP] strtotime bad logic or strtotime bug?

2003-11-14 Thread Gnik
Greetings, One of my servers required a PHP upgrade. Afterwards one of the PHP projects stopped functioning. When it would run one section would scroll endlessly. I can't figure out if it's a 'bug' or if it's bad logic in the coding. I isolated the problem to be in the 'strtotime' function. Here

[PHP] RE: Changing case

2003-11-14 Thread Jeremy Shovan
Use the strtoupper() function $var = strtoupper($var); -Original Message- From: Robert Sossomon [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 8:29 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Changing case I have a form that allows for an item to be entered, the

[PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread John Ryan
How are files encoded when theyre sent in mulitpart forms??? Is it the same as blob fields in mySQL databased when you use the LOAD_FILE() command?? If not, is it easy to convert from one to the other?? At the moment, Im taking the blob from mySQL and writing it to a file and then uploading that f

Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread John W. Holmes
John Ryan wrote: How are files encoded when theyre sent in mulitpart forms??? Is it the same as blob fields in mySQL databased when you use the LOAD_FILE() command?? If not, is it easy to convert from one to the other?? At the moment, Im taking the blob from mySQL and writing it to a file and then

[PHP] Re: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread John Ryan
Sorry, I should have said. Im trying to send this file to an external multipart form script which converts the file to the desired format. Im using cURL to do this. cURL can send files when given the filename, so I have to write the filename from the database and then give cURL the path. But thats

Re: [PHP] Re: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread John W. Holmes
John Ryan wrote: cURL can send files when given the filename, so I have to write the filename from the database and then give cURL the path. Kind of begs the question of why you're storing files in the database in the first place... -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry

<    1   2