Bonjour,
Thanks Sebastian, you put me in the right direction.
I turns out that the newest XSLT API will NOT pass the parameters array when
xslt_process() uses URIs for the XML source and the XSL sheet, like it used to with
the previous versions "xslt_run()". One must use arguments for the XML
Turn on register_globals in your php.ini file
On Sat, 17 Aug 2002, Ignatius Reilly wrote:
> Hi,
>
> Since upgrading from PHP 4.0 to 4.2, I do not manage any longer to pass parameters
>from the PHP script. The XSLT transformations is performed allright, though, but use
>empty string values for
php-windows Digest 18 Aug 2002 00:43:14 - Issue 1294
Topics (messages 15322 through 15331):
Re: DHTML editor + Uploading pictures
15322 by: Deepak Kumar Vasudevan
Re: SQL Server 2000
15323 by: Deepak Kumar Vasudevan
PHP 4.1.2 fails on Windows ME
15324 by: Deepak Ku
"R.S. Herhuth" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I need to strip off quotes both single and double from form input. This
> is what I have but it doesn't appear to be working:
>
> str_replace("\"","",$string);
> str_replace("\'","",$string);
>
>
Kit Kerbel wrote:
> Quick question...to install soap for php, is it just a matter of
> placing a dll in the extensions folder and adding a line to php.ini?
> If not, can someone point me in the direction of a site explaining
> how to install it.
http://www.google.ch/search?sourceid=navclient&hl
Hi,
Since upgrading from PHP 4.0 to 4.2, I do not manage any longer to pass parameters
from the PHP script. The XSLT transformations is performed allright, though, but use
empty string values for the parameters defined in the script.
I tried to kludge by passing parameters in the form of strin
You'll have to build it. We can't distribute it.
On Sat, 17 Aug 2002, Daniel Gustafsson wrote:
> At 20:12 2002-08-17 +0530, Deepak Kumar Vasudevan wrote:
> >There is one utility of PHP_GD at http://php.weblogs.com (which supports
> >GIF) as the site says. Try that out.
>
> Thanks, but that on
At 20:12 2002-08-17 +0530, Deepak Kumar Vasudevan wrote:
>There is one utility of PHP_GD at http://php.weblogs.com (which supports
>GIF) as the site says. Try that out.
Thanks, but that one's for 4.0.4. I need it for the latest php build.
--
PHP Windows Mailing List (http://www.php.net/)
T
PHP 4.1.2 (+) has register_globals turned off by default.
Do either of the below to turn it on:
1.. Turn register_globals on in PHP.INI
2.. Use ini_set in one or more of the most commonly used files of the application to
have register_globals turned on for that application. (I think a va
There is one utility of PHP_GD at http://php.weblogs.com (which supports GIF) as the
site says. Try that out.
[EMAIL PROTECTED]
"Daniel Gustafsson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is there a patched gd module available for windows somewher
Hi there,
I recently had to try Apache 1.3.22 and PHP 4.1.2 for a demo app for a couple of days
with my client on Windows ME. The following things were miserably failing.
1.. touch function failed with the error: Fatal error because it could not find any
function called utime
2.. unlink fo
Hi,
I would recommend you to use ADODB for PHP from http://php.weblogs.com/ since it is
the best database abstraction available for PHP.
--
==
Our contact numbers have changed!
Phone: +91(44) 819 -1334, -1336, -1337, -1338, 819 3335
Fax: +91(44) 819 233
Hi,
The best bet search place is
HotScripts.com at http://www.hotscripts.com/
under JavaScript category. A neat editor is also available as part of Mambo Open
Source Server. If you need it, I can patch it out and send it to you by weekend too..
[EMAIL PROTECTED]
"Matt Babineau" <[EMAI
php-windows Digest 17 Aug 2002 09:17:37 - Issue 1293
Topics (messages 15317 through 15321):
Upgraded to PHP 4.2.2 and completely lost all GET and POST variables
15317 by: james daily
Re: [PHP] Upgraded to PHP 4.2.2 and completely lost all GET and POST variables
15318 by: Ra
Is there a patched gd module available for windows somewhere?
I really need gif support.
What alternatives are there out there btw?
Any neat utility/module that can convert gif -> png (or whatever) on the fly?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
15 matches
Mail list logo