Re: [PHP] Adv. photo scripts

2007-11-24 Thread Casey
On Nov 24, 2007 11:16 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Sun, 2007-11-25 at 01:59 -0500, PHP-General wrote: > > Not sure if I'm at the right place but here goes > > > > I'm trying to create a script that will let users upload photos. It is a > > high traffic site and I've been

Re: [PHP] Adv. photo scripts

2007-11-24 Thread Robert Cummings
On Sun, 2007-11-25 at 01:59 -0500, PHP-General wrote: > Not sure if I'm at the right place but here goes > > I'm trying to create a script that will let users upload photos. It is a > high traffic site and I've been told its best to create a function that will > generate a unique filename fo

[PHP] Adv. photo scripts

2007-11-24 Thread PHP-General
Not sure if I'm at the right place but here goes I'm trying to create a script that will let users upload photos. It is a high traffic site and I've been told its best to create a function that will generate a unique filename for a temp. file, put the temp file elsewhere on the server, and

Re: [PHP] URL Parsing...

2007-11-24 Thread Jochem Maas
Amanda Loucks wrote: > Hi, > > I'm working on redesigning the backend of the website for work. It was > originally done in ColdFusion, but I'm switching it over to PHP - probably > going to transfer the website from where it's currently hosted to something > a lot cheaper, too, hence the switchin

Re: [PHP] URL Parsing...

2007-11-24 Thread tedd
At 12:18 PM -0600 11/24/07, Amanda Loucks wrote: Hi, I'm working on redesigning the backend of the website for work. It was originally done in ColdFusion, but I'm switching it over to PHP - probably going to transfer the website from where it's currently hosted to something a lot cheaper, too,

[PHP] URL Parsing...

2007-11-24 Thread Amanda Loucks
Hi, I'm working on redesigning the backend of the website for work. It was originally done in ColdFusion, but I'm switching it over to PHP - probably going to transfer the website from where it's currently hosted to something a lot cheaper, too, hence the switching to PHP. Anyway. Because we ar

Re: [PHP] Performance question for table updating (SOLVED)

2007-11-24 Thread Robert Cummings
On Sat, 2007-11-24 at 04:03 -0700, Jon Westcot wrote: > > Moral of the story? Two, really. First, ensure you always reference > values in the way most appropriate for their type. Second, don't make your > idiocy public by asking stupid questions on a public forum. What's the > quote (prob

[PHP] Re: Basic question - PHP usage of SVG files

2007-11-24 Thread Al
Imagemagick php extension http://www.php.net/manual/en/ref.imagick.php Works great. Dave M G wrote: PHP list, I have some images that are in SVG format. What I want to do with them is manipulate them by resizing and overlaying one on top of the other. I do this frequently with PNG images, a

Re: [PHP] Basic question - PHP usage of SVG files [SOLVED]

2007-11-24 Thread tedd
At 1:14 PM +0900 11/24/07, Dave M G wrote: Larry, Thanks for your advice. With the XML editor available within PHP, I've made a small script that can extract the point data inside an SVG file, and store them as an array of points. That array can then be used to draw and fill shapes in a PNG

RE: [PHP] Performance question for table updating (SOLVED)

2007-11-24 Thread Bastien Koert
Could there be some performance gain by uploading the data to another table and then update / insert via sql? bastien > From: [EMAIL PROTECTED] > To: php-general@lists.php.net > Date: Sat, 24 Nov 2007 04:03:53 -0700 > Subject: Re: [PHP] Performance quest

Re: [PHP] quicktime new window php

2007-11-24 Thread Luca Paolella
This isn't related to php, so i think you should ask somewhere else... Anyway, to answer your question, if I may, you can't guarantee what you're asking: that's because most browsers will open a new browser window containing a player which IS Quicktime, but has a different appearance. IMHO

Re: [PHP] quicktime new window php

2007-11-24 Thread Jochem Maas
kNish wrote: > Hi, > > Given that a pc has quicktime loaded, how is it > possible to have a hyper link open a new quicktime window. i.e. a > window that has a .mov file playing. Along with it, it has the play > stop pause options too. this is nothing to do with php. please find a

Re: [PHP] quicktime new window php

2007-11-24 Thread kNish
Hi, Given that a pc has quicktime loaded, how is it possible to have a hyper link open a new quicktime window. i.e. a window that has a .mov file playing. Along with it, it has the play stop pause options too. BRgds, kNish On 11/24/07, marco <[EMAIL PROTECTED]> wrote: > you me

[PHP] Re: quicktime new window php

2007-11-24 Thread Bill Guion
At 5:26 PM +0530 11/23/07, kNish wrote: Hi, How is it possible to have a hyper link open a new quicktime window BRgds, kNish Not sure if this is what you are looking for or not, but if your html code looks like page name, the page will open in either a new page or a new tab. Th

Re: [PHP] Performance question for table updating (SOLVED)

2007-11-24 Thread Jon Westcot
Hi Rob, et al.: - Original Message - From: "Andrés Robinet" <[EMAIL PROTECTED]> > > -Original Message- > > From: Jon Westcot [mailto:[EMAIL PROTECTED] > > > > :: gigantic snip here:: > > > > So, long story short (oops -- too late!), what's the concensus > > among the learned as

RE: [PHP] File handling and different character sets

2007-11-24 Thread Andrés Robinet
> -Original Message- > From: Per Eriksson [mailto:[EMAIL PROTECTED] > Sent: Friday, November 23, 2007 7:15 AM > To: php-general@lists.php.net > Subject: [PHP] File handling and different character sets > > Hi, > > I would like to know how you work with the PHP Directory Functions and > di

RE: [PHP] Performance question for table updating

2007-11-24 Thread Andrés Robinet
> -Original Message- > From: Jon Westcot [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 24, 2007 4:32 AM > To: PHP General > Subject: [PHP] Performance question for table updating > > Hi all: > > For those who've been following the saga, I'm working on an > application that need