Re: [PHP] It works ok on local host but buggy on remote host!

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 3:40 pm, H.T wrote: > I wrote this piece of code to use for Google searching using daterange > directive. it works ok on local host running IIS and PHP 5.1.2 but > when i > test it on my host running php 4.4.4 on linux, $julian_days_from and > $julian_days_to variables don't

Re: [PHP] It works ok on local host but buggy on remote host!

2007-04-24 Thread Jochem Maas
H.T wrote: > Hi coders, > > I wrote this piece of code to use for Google searching using daterange > directive. it works ok on local host running IIS and PHP 5.1.2 but when i > test it on my host running php 4.4.4 on linux, $julian_days_from and don't develop php4 code on php5, it's like tryin

[PHP] IT WORKS!!!!

2003-03-05 Thread Luis A
HEY AA IT WORKS FINALY WORK IT !! I FIND WHERE WAS THEE PROBLEM THE PROBLEM WAS ON THE method i forgat to put extract ($GEt); jajaaj thanks pals

Re: [PHP] Re: xsl:include doesn't work from php, it works withsabcmd

2001-08-07 Thread Marius Andreiana
On 07 Aug 2001 15:30:44 +0100, Peter Clarke wrote: > Have you tried Sablotron 0.60? yes, the same. How could I see at least what the problem is? (meaningful error message) -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP Ge

[PHP] Re: xsl:include doesn't work from php, it works with sabcmd

2001-08-07 Thread Peter Clarke
"Marius Andreiana" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I try to keep some common xsl templates in separate files and > use > > It works fine if I process them from cmd line with sabcmd, > but the same files don't work in php, I get > Fatal e

Re: [PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
forgot to mention I use xslt_process() to transform xml files. Can't see the error (with xslt_error()) , as it halts on xslt_process(). -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net

[PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
Hi I try to keep some common xsl templates in separate files and use It works fine if I process them from cmd line with sabcmd, but the same files don't work in php, I get Fatal error: msgtype: error in ... when I add the line xsl:include (if I remove it it's ok) What's the problem? (I'm using