[PHP] XSLTProcessor help

2009-02-16 Thread Tom Sparks
help, when I include xsl:apply-templates/ the XSLTProcessor only strips the XML tags and outputs the text see result --cut here result-- html headmeta http-equiv=Content-Type content=text/html; charset=UTF-8/head bodypre Hyalearl, 100-ton Sulieman-Class Scout/Courier

Re: [PHP] Re: XSLTProcessor help

2009-02-16 Thread Tom Sparks
Message From: Colin Guthrie gm...@colin.guthr.ie To: php-general@lists.php.net Sent: Monday, 16 February, 2009 9:41:46 PM Subject: [PHP] Re: XSLTProcessor help 'Twas brillig, and Tom Sparks at 16/02/09 10:49 did gyre and gimble: help, when I include xsl:apply-templates/ the XSLTProcessor only

Re: [PHP] XSLTProcessor help

2009-02-17 Thread Tom Sparks
: Siegfried Gipp siegfr...@rorkvell.de To: php-general@lists.php.net Sent: Tuesday, 17 February, 2009 10:12:11 PM Subject: Re: [PHP] XSLTProcessor help On Monday, 16. February 2009 11:49:23 Tom Sparks wrote: help, when I include xsl:apply-templates/ the XSLTProcessor only strips the XML tags

Re: [PHP] Re: XSLTProcessor help

2009-02-17 Thread Tom Sparks
- Original Message From: Colin Guthrie gm...@colin.guthr.ie Sent: Wednesday, 18 February, 2009 3:40:41 AM 'Twas brillig, and Tom Sparks at 17/02/09 15:17 did gyre and gimble: I have stopped XSLT from rendering out all the text but I am no further a long getting XSL stylescript

[PHP] php fop (XSLFO)

2009-03-09 Thread Tom Sparks
is there a php Fop (XSLFO)? if not are there any that are not java based and can be run o a website that has php support only? tom_a_sparks Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html Stay connected to the people

Re: [PHP] convert video files to FLV

2009-04-09 Thread Tom Sparks
there are shared-host that have ffmpeg like http://www.cirtexhosting.com/shared.shtml tom_a_sparks Please avoid sending me Word or PowerPoint attachments. but instead use OpenDocument File Formats or use OpenOffice http://en.wikipedia.org/wiki/OpenDocument

[PHP] files creation/access dates

2009-04-14 Thread Tom Sparks
how do I get the creation dates on a file? how do I get the last access date on a file? tom_a_sparks Please avoid sending me Word or PowerPoint attachments. but instead use OpenDocument File Formats or use OpenOffice http://en.wikipedia.org/wiki/OpenDocument

Re: [PHP] Progressbar

2009-06-24 Thread Tom Sparks
have you looked at http://postlet.com/ ? tom_a_sparks Please avoid sending me Word or PowerPoint attachments. but instead use OpenDocument File Formats or use OpenOffice http://en.wikipedia.org/wiki/OpenDocument http://en.wikipedia.org/wiki/OpenOffice.org

Re: [PHP] Do you use a public framework or roll your own?

2010-01-29 Thread Tom Sparks
--- On Fri, 29/1/10, Michael A. Peters mpet...@mac.com wrote: Michael A. Peters wrote: Daevid Vincent wrote:   I'm not looking to start a holy war here or re-hash the tired debate. I just want some hard cold numbers to look at. Do you use a public framework or roll your own?

[PHP] Revision control?

2010-03-09 Thread Tom Sparks
Is there a Revision control class that I can use in a php program? tom_a_sparks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Revision control?

2010-03-09 Thread Tom Sparks
based tom Bastien Sent from my iPod On Mar 9, 2010, at 7:21 PM, Tom Sparks tom_a_spa...@yahoo.com.au  wrote: Is there a Revision control class that I can use in a php program? tom_a_sparks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Revision control?

2010-03-09 Thread Tom Sparks
--- On Wed, 10/3/10, James McLean james.mcl...@gmail.com wrote: On Wed, Mar 10, 2010 at 11:14 AM, Tom Sparks tom_a_spa...@yahoo.com.au wrote: --- On Wed, 10/3/10, Phpster phps...@gmail.com wrote: I believe pear has some stuff for subversion. Don't want to use subversion or any third

[PHP] integrating lib (C++) into php

2010-07-15 Thread Tom Sparks
I have found lib that looks like it dose what i need How do I integrating this lib into php? dose php support C++ libs? http://libnoise.sourceforge.net/tutorials/tutorial1.html#gcc tom_a_sparks Light travels faster then sound, which is why some people appear bright, until you hear them speak

[PHP] exec output to mySQL, How?

2010-07-20 Thread Tom Sparks
How do I take the output from a command line program and update a MYSQL database with it? tom_a_sparks Light travels faster then sound, which is why some people appear bright, until you hear them speak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] exec output to mySQL, How?

2010-07-21 Thread Tom Sparks
--- On Wed, 21/7/10, Nilesh Govindarajan li...@itech7.com wrote: On Wed, Jul 21, 2010 at 8:49 AM, Tom Sparks tom_a_spa...@yahoo.com.au wrote: How do I take the output from a command line program and update a MYSQL database with it? tom_a_sparks Light travels faster then sound, which

Re: [PHP] New to PHP and the list

2010-09-11 Thread Tom Sparks
--- On Sun, 12/9/10, MikeB mpbr...@gmail.com wrote: From: MikeB mpbr...@gmail.com Subject: [PHP] New to PHP and the list To: php-general@lists.php.net Received: Sunday, 12 September, 2010, 9:37 AM Hello, I'm new to PHP and also new to using newsgroups/mailing lists directly. So if I make a

[PHP] simple photo gallery

2010-11-07 Thread Tom Sparks
I am looking for a simple photo gallery like this http://www.lavrsen.dk/webcam/cam1/movecam.php I want to use it in place of apache autoindex tom_a_sparks It's a nerdy thing I like to do -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] simple photo gallery

2010-11-08 Thread Tom Sparks
--- On Mon, 8/11/10, Tommy Pham tommy...@gmail.com wrote: From: Tommy Pham tommy...@gmail.com Subject: RE: [PHP] simple photo gallery To: a...@ashleysheridan.co.uk, 'Tom Sparks' tom_a_spa...@yahoo.com.au Cc: php-general@lists.php.net Received: Monday, 8 November, 2010, 11:11 PM

[PHP] mysql list to two-column list

2012-03-19 Thread Tom Sparks
I have a members list witch I print out once a week, I would like to make the list into two-column list, but I dont know where to start looking to change the code? here is the code $result = mysql_query(SELECT * FROM customers ORDER BY LastName); while($row = mysql_fetch_array($result)) {

Re: [PHP] mysql list to two-column list

2012-03-19 Thread Tom Sparks
--- On Tue, 20/3/12, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Mon, 2012-03-19 at 15:43 -0700, Tom Sparks wrote: I have a members list witch I print out once a week, I would like to make the list into two-column list, but I dont know where to start looking to change the code? here

Re: [PHP] mysql list to two-column list

2012-03-19 Thread Tom Sparks
--- On Tue, 20/3/12, Ashley Sheridan a...@ashleysheridan.co.uk wrote: From: Ashley Sheridan a...@ashleysheridan.co.uk Subject: Re: [PHP] mysql list to two-column list To: Tom Sparks tom_a_spa...@yahoo.com.au Cc: php-general php-general@lists.php.net Received: Tuesday, 20 March, 2012, 10:15 AM

Re: [PHP] mysql list to two-column list

2012-03-19 Thread Tom Sparks
Edition, AF 2012 Plus Edition, Sam440 AOS 4.1.2, Roland DXY-1300 pen plotter, Cutok DC330 cutter/pen plotter Wanted: RiscOS system, GEOS system (C64/C128), Atari ST, Apple Macintosh (6502/68k/PPC only) --- On Tue, 20/3/12, Tom Sparks tom_a_spa...@yahoo.com.au wrote: From: Tom Sparks

[PHP] php batch/queue framwork

2012-06-28 Thread Tom Sparks
I am looking for a batch/queue framework that is database-centric? I could write my own, but I want one that is mature tom_a_sparks It's a nerdy thing I like to do -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php batch/queue framwork

2012-06-29 Thread Tom Sparks
Forwarded Message: php-general_318334.ezm Re: php batch/queue framwork Friday, 29 June, 2012 6:30 AM From: Shailesh N. Humbad humb...@alum.mit.edu To: php-general@lists.php.net On 6/28/2012 11:58 AM, Tom Sparks wrote: I am looking for a batch/queue framework that is database-centric? I could

[PHP] relative url and path_info

2012-09-30 Thread Tom Sparks
I have created a php script that use $_SERVER['PATH_INFO'], for the different sub-sections the links now looks like this http://localhost/collection/popups.php/models/bttf/car01/    my web browser cant load my images/javascripts/etc because it is trying to use  relative url from