Re: [PHP] regex (preg_replace)

2002-05-18 Thread Gerard Samuel
I figured it out. Change the last line to echo htmlspecialchars($b); and you'll get the proper output. Gerard Samuel wrote: > Im trying to get a final output to be '' but Im unable to get > working. Could someone point me where Im going wrong. > Thanks > > > $a = 'http://www.trini0.org";>';

Re: [PHP] php.net sloooooooowwww

2002-05-18 Thread Miguel Cruz
On Sat, 18 May 2002, Jason Caldwell wrote: > Anyone know why http://www.php.net is s incredibly slow today > (all day) ??? Dunno, I've been doing my own armchair load balancing by typing us2.php.net instead of php.net all day. miguel -- PHP General Mailing List (http://www.php.net

Re: [PHP] Read a var from stdin

2002-05-18 Thread Miguel Cruz
On Sat, 18 May 2002, Rafael Perazzo wrote: > Is there any way to ask the user to type the value of > a variable from stdin ? (like read in Pascal, or scanf > in C). I'm using PHP from command line. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

Re: [PHP] php.net sloooooooowwww

2002-05-18 Thread mike
Seems to be an old main page on php.net too, us2.php.net shows 4.2.1 released, php.net doesn'.t :) Mike - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 1:35 AM Subject: Re: [PHP] php.net sl > On Sat, 18 May 2002

[PHP] Re: php.net sloooooooowwww

2002-05-18 Thread Jason Caldwell
Is there some place else I can download release 4.2.1 ??? www.php.net is dead slow, and us2.php.net is taking forever to prompt me for the download -- I keep getting hit with the "Page Cannot be Displayed" error. Looking for the Win32 binary. Thanks. Jason -- PHP General Mailing List (http:/

[PHP] Re: php.net sloooooooowwww

2002-05-18 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jason Caldwell) wrote: > Is there some place else I can download release 4.2.1 ??? www.php.net is > dead slow, and us2.php.net is taking forever to prompt me for the > download -- I keep getting hit with the "Page Cannot be Displayed" error. Ha

[PHP] Re: Register_Shutdown_Function ??

2002-05-18 Thread Jason Caldwell
I just upgraded from 4.1.1 to 4.2.1 -- didn't fix the problem. I'd be curious to know if other Windows users are having the same problem. Thanks. Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Compressing my web pages?

2002-05-18 Thread Jason Caldwell
I'm using IIS5.0 -- and PHP 4.2.1 -- I think there is a compression setting within IIS whereby the pages (before they are sent) are compressed, to be decompressed and then displayed by the browser (pending, of course, if that browser supports the HTTP 1.1 compression standard) -- My questions are

RE: [PHP] file upload problem

2002-05-18 Thread Rodney Davis
The purpose of the function is to upload a file. It fails to upload despite not generating an error. I went into the php.ini file and found that the max file size was defaulted to 2mb. I increased this and it fixed the problem. -Original Message- From: Miguel Cruz [mailto:[EMAIL PROT

<    1   2