php-general Digest 24 Nov 2007 16:38:40 -0000 Issue 5145

2007-11-24 Thread php-general-digest-help
php-general Digest 24 Nov 2007 16:38:40 - Issue 5145 Topics (messages 264987 through 264997): Performance question for table updating 264987 by: Jon Westcot 264988 by: Andrés Robinet Re: File handling and different character sets 264989 by: Andrés Robinet Re:

php-general Digest 25 Nov 2007 07:01:30 -0000 Issue 5146

2007-11-24 Thread php-general-digest-help
php-general Digest 25 Nov 2007 07:01:30 - Issue 5146 Topics (messages 264998 through 265002): Re: Performance question for table updating (SOLVED) 264998 by: Robert Cummings URL Parsing... 264999 by: Amanda Loucks 265000 by: tedd 265001 by: Jochem Maas Adv.

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 needs to load

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 different

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 assembly here? Is

[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 a href=link-to-page target=_toppage name/a, the page will open in

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

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 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] 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 question

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

[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,

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. g What's the quote

[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

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,

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 switching to

[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,

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 for a

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 told its