[PHP] Performance question for table updating

2007-11-23 Thread Jon Westcot
Hi all: For those who've been following the saga, I'm working on an application that needs to load a data file consisting of approximately 29,000 to 35,000 records in it (and not short ones, either) into several tables. I'm using MySQL as the database. I've noticed a really horrible p

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

2007-11-23 Thread Dave M G
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 image. And since they are stored as an arr

[PHP] dgettext vs. xgettext

2007-11-23 Thread news_yodpeirs
Hi! I'm using dgettext() with different domains in one set of scripts (or even in one script). When extracting the messages with xgettext I would like to specify an option to get only messages for one domain, like getting all messages from calls to dgettext('foobar',...) and ignore all others.

Re: [PHP] quicktime new window php

2007-11-23 Thread Stut
kNish wrote: How is it possible to have a hyper link open a new quicktime window You can't guarantee it because it's a client-side decision that you have no control over. You basically link to a file and the browser decides what app to open it with. You don't get a choice. -Stut -- http://

[PHP] quicktime new window php

2007-11-23 Thread kNish
Hi, How is it possible to have a hyper link open a new quicktime window BRgds, kNish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File handling and different character sets

2007-11-23 Thread Per Eriksson
Hi, I would like to know how you work with the PHP Directory Functions and different character sets. If I am having a professional view, well-written code should be able to handle file systems in different character sets. http://se.php.net/manual/sv/ref.dir.php Is there a way to write code for l