[PHP] Problem in $_SERVER[PHP_SELF]

2003-01-02 Thread ªüYam
Before, I was using PHP 4.2.3. There was no problem when I just use $PHP_SELF in my script... Whereas the problem is found after using PHP 4.3.0. There is warning of my script , the warning msg is about undefined variable $PHP_SELF..however, when I try to use $_SERVER[PHP_SELF] instead of

Re: [PHP] Problem in $_SERVER[PHP_SELF]

2003-01-02 Thread ªüYam
thx a lot Johannes Schlueter [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] On Thursday 02 January 2003 19:30, ªüYam wrote: There is warning of my script , the warning msg is about undefined variable $PHP_SELF..however, when I try to use $_SERVER[PHP_SELF] instead of $PHP_SELF

Re: [PHP] URL path problems

2002-12-20 Thread ªüYam
-Original Message- From: ªüYam [mailto:[EMAIL PROTECTED]] Sent: Friday, 20 December 2002 4:41 PM To: [EMAIL PROTECTED] Subject: [PHP] URL path problems Suppose my web domain is http://abc.com There is a administration directory in my wwwroot which is used to store

[PHP] Is there any method to filter the single quote from a string?

2002-12-20 Thread ªüYam
as title that I'm getting a trouble on filtering the single quote ' , since there would be error when storing those string into MySQL, thus, i have to find the appropriate method to solve it, anybody can help please? thx a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Is there any method to filter the single quote from astring?

2002-12-20 Thread ªüYam
thx Justin French [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] don't filter the quotes... escape them with add_slashes() justin on 20/12/02 10:50 PM, ªüYam ([EMAIL PROTECTED]) wrote: as title that I'm getting a trouble on filtering the single quote ' , since there would be error when

[PHP] URL path problems

2002-12-19 Thread ªüYam
Suppose my web domain is http://abc.com There is a administration directory in my wwwroot which is used to store the administrative control pages. However, from now on, everyone can access the administrative pages through the addictive path to the domain such as:

Re: [PHP] Advice with encrypting+storing sensitive data

2002-12-05 Thread ªüYam
Would u teach me how to setup the OpenSSL and the engine for the apache web server in order to achieve the 128 bits SSL protection? Actually, I have tried so many times but still failed to do so... First of all, there were errors occurred when I compiled the Openssl engine, It seemed looking for a

[PHP] Problems in installing SSL engine

2002-11-21 Thread ªüYam
Configured for Mingw32. Generating x86 for GNU assember Bignum DES crypt Blowfish CAST5 RC4 MD5 SHA1 RIPEMD160 RC5\32 Generating makefile Generating DLL definition files Building OpenSSL copy .\crypto\buildinf.h tmp\buildinf.h 1 file(s) copied. copy .\crypto\opensslconf.h

[PHP] how to check the transmission speed?

2002-11-07 Thread ªüYam
Is there a function to check up the transmission speed when sending a file? thx a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Socket Programming Problem

2002-11-06 Thread ªüYam
I have a web server and want to make it as a file provider... Works similiar to the BBSHowever, the problem is appeared... How can I trigger the user to download those file while they requested?? What can i do after fsock_open() ? thx a lot -- PHP General Mailing List (http://www.php.net/)