[PHP] Robustly using XSLT across different versions of PHP?

2005-04-20 Thread D. D. Brierton
://uk.php.net/manual/en/ref.xslt.php http://uk.php.net/manual/en/ref.xsl.php depending on their availability? TIA. Best, Darren -- == D. D. Brierton[EMAIL PRO

Re: [PHP] What else can cause "unexpected T_SL" error other than heredoc?

2004-11-25 Thread D. D. Brierton
On Thu, 25 Nov 2004 06:26:22 -0600, Greg Donald wrote: > On Thu, 25 Nov 2004 12:17:01 +0000, D. D. Brierton <[EMAIL PROTECTED]> wrote: >> We've been getting the following error: >> >> [error] PHP Parse error: parse error, unexpected T_SL in >> /foo/bar.php

[PHP] What else can cause "unexpected T_SL" error other than heredoc?

2004-11-25 Thread D. D. Brierton
ings, nor does it contain anywhere the strings "<<" or ">>". So what could be the cause of the T_SL error? This is PHP 4.3.8 on Linux kernel 2.4.20 and Apache 1.3.31. TIA, Darren -- == D. D. Brie

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-22 Thread D. D. Brierton
dfile("./foo.tar.gz"); > > print "---Boundary-12399--\r\n"; > print "\r\n"; > > ?> > > > Note the format of the "Boundary" headers, especially the dashes. -- == D. D. Brierton

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread D. D. Brierton
tar.gz\r\n\r\n"; > readfile("./foo.tar.gz"); > > print "---Boundary-12399--\r\n"; > print "\r\n"; > > ?> > > > Note the format of the "Boundary" headers, especially the dashes. -- == D. D. Brierton[EMA

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread D. D. Brierton
t "Content-Disposition: attachment; filename=foo.tar.gz\r\n\r\n"; > readfile("./foo.tar.gz"); > > print "---Boundary-12399--\r\n"; > print "\r\n"; > > ?> > > > Note the format of the "Boundary" headers, especi

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread D. D. Brierton
multipart content to a browser? -- ========== D. D. Brierton[EMAIL PROTECTED] www.dzr-web.com Trying is the first step before failure (Homer Simpson) =

[PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread D. D. Brierton
ne point me in the right direction? TIA, Darren -- ========== D. D. Brierton[EMAIL PROTECTED] www.dzr-web.com Trying is the first step before failure (Homer Simpson)