php-windows Digest 18 Aug 2002 00:43:14 -0000 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 Kumar Vasudevan
Re: gd library with gif support for latest php build
15325 by: Deepak Kumar Vasudevan
15327 by: Daniel Gustafsson
15328 by: Rasmus Lerdorf
Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables
15326 by: Deepak Kumar Vasudevan
Re: Problem passing variables with PHP 4.2
15329 by: Ignatius Reilly
Re: SOAP Installation
15330 by: Christoph Grottolo
Re: Quotes issues
15331 by: Brad Thomas
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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" <[EMAIL PROTECTED]> wrote in message
01d901c2452a$a17d1f70$0100a8c0@developerx">news:01d901c2452a$a17d1f70$0100a8c0@developerx...
> Does anyone know where I can get or have sample code of a WYSIWYG type
> editor that I can embed into a web page that will let you add images to
> the editing space and it will later upload those images?
>
>
> Matt Babineau
> MCWD / CCFD
> -----------------------------------------
> e: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
> p: 603.943.4237
> w: <http://www.criticalcode.com/> http://www.criticalcode.com
> PO BOX 601
> Manchester, NH 03105
>
--- End Message ---
--- Begin Message ---
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 2339
Deepak Kumar Vasudevan, Software Engineer
CS Software Solutions Pvt. Ltd.
425 Pantheon Road, Egmore, Chennai 600 008, INDIA
URL: www.cssolutionsinc.com
==========================================
"Dag" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, I'm running PHP over IIS and I want to connect to a SQL Server DB, can
> you help me with that? I'm a newbie. Thnx in advance.
> Daniel Astudillo
> [EMAIL PROTECTED]
>
>
>
--- End Message ---
--- Begin Message ---
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 for giving unpredictable errors.
Any special configurations to be done for PHP on Win ME?
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
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 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?
>
>
--- End Message ---
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
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 one's for 4.0.4. I need it for the latest php build.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
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 variant of PHP
directive in Apache also achieves this effect. But not sure though).
[EMAIL PROTECTED]
"James Daily" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> RE: phpsecurityadmin-2002-07-24.zip and PHP 4.2.2
>
> PLATFORM: win 98
>
> BACKGROUND: in order to use the above classes i had to
> upgrade to PHP 4.2.2
>
> PROBLEM: when i upgraded to 4.2.2, all my old scripts
> lost the GET or POST info being passed.
>
> COMMENTS: everything except the phpsecurityadmin classes
> worked as expected under PHP 4.0.
>
> after upgrade, phpsecurityadmin classes work but any old
> scripts that are accepting data from previous page via
> GET or POST do not.
>
> i can manually parse the GET query string, but this is foolish
> and time consuming.
>
> it's as if the automatic variables are not getting assigned
> the data being passed.
>
> QUESTION: has anybody else run across this and
> what was the resolution?
>
> ---------------------------------------------
> James Daily
> Phone : 816 943 9891
> Email : [EMAIL PROTECTED] (or hit reply button)
> Web : http://tellmama.com/
> Philosophy:
> 4 2 1000
> ( cos(ø - r) - sin ø ) * ( r - 2r cos(2ø + 2.4) + 0.9) + 0.62r) < 0
>
> Education is a progressive discovery of our own ignorance.
> Will Durant
>
--- End Message ---
--- Begin Message ---
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 string arguments:
$xslt_args["lang"] = "<a>French</a>" ;
and <xsl:param name="lang" select="document('arg:/lang0')/a"/>
... but here again I get a 'arg:/lang' not found error
I use Apache 1.3.14 on a W2K machine
Anybody has encountered the same problem?
Ignatius
--- End Message ---
--- Begin Message ---
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=de&q=soap+php+api
Christoph
--- End Message ---
--- Begin Message ---
"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);
>
> Please help.
>
> Thanks,
> Ron
I think you need to refer to addslashes() / stripslashes()
http://www.php.net/manual/en/function.addslashes.php
http://www.php.net/manual/en/function.stripslashes.php
Brad
--- End Message ---