Re: [PHP] Autoflush

2005-01-31 Thread Wudi
Sorry, I still don't know how to attain it. Could you give a sample? PS: See http://wudicgi.spymac.net/pt/pt_autoflush.gif -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] upload file size limit

2005-01-31 Thread Wudi
Run phpinfo() to see the Configuration File (php.ini) Path. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Autoflush

2005-01-31 Thread Wudi
Can PHP attain autoflush? (See attachments.) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reg Exp.

2004-08-18 Thread Wudi
On Wed, 18 Aug 2004 10:42:54 +0200 Jay <[EMAIL PROTECTED]> wrote: > Hi! > > Why can? i get this code to work: > $html = $_POST["htmlIn"]; > > $patterns[0] = "//"; > $patterns[1] = "//"; > $patterns[2] = "/align=\"left\"/"; > > $replacements[0] = ""; > $replacements[1] = ""; > $replacements[2] =

Re: [PHP] Write text on imge...AND save it to disk..

2004-08-04 Thread Wudi
On Wed, 4 Aug 2004 19:36:40 -0700 (PDT) PHP Gen <[EMAIL PROTECTED]> wrote: > Hi, > > Have very little of idea of the GD functions (and dont > ahve imagemagik) so am having problems > > 1. I need to read all the images from a dir and write > something on it at the bottom right side of the > p

Re: [PHP] regex help needed

2004-08-01 Thread Wudi
On Sun, 1 Aug 2004 10:38:06 -0700 (PDT) Kathleen Ballard <[EMAIL PROTECTED]> wrote: > Sorry, > Here is the code I am using to match the tags: > > .* > > I have removed all the NL and CR chars from the string > I am matching to make things easier. Also, I have run > tidy on the code so the tags

Re: [PHP] How to get all links from a webpage?

2004-07-25 Thread Wudi
On Mon, 26 Jul 2004 11:44:04 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: > On Monday 26 July 2004 10:05, Wudi wrote: > > > Thank you. I have found a method to get links. But it's slow. > > The script replaced the links, marked it. > > And then foreach() all t

Re: [PHP] How to get all links from a webpage?

2004-07-25 Thread Wudi
On Mon, 26 Jul 2004 02:03:56 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: > On Sunday 25 July 2004 13:14, Wudi wrote: > > I repeat: > > > > Hmmm it needs to be able to *find* the links before it can replace them. > > > Just borrow the code that finds the links

Re: [PHP] How to get all links from a webpage?

2004-07-24 Thread Wudi
This script can replace links: $text = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", "\\0", $text); But it cannot get the links. On Sun, 25 Jul 2004 09:18:28 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: > On Saturday 24 July 2004 16:08, Wudi w

Re: [PHP] How to get all links from a webpage?

2004-07-24 Thread Wudi
Hm, Perl is OK. Could you send that program to me? I have searched the class in phpclasses.org, but not found. The classes I searched only can replace the link, can't get links. On Sat, 24 Jul 2004 12:36:25 +0600 raditha dissanayake <[EMAIL PROTECTED]> wrote: > > Wudi wrote

[PHP] How to get all links from a webpage?

2004-07-23 Thread Wudi
[0] => http://www.host.com/path/logo.png ) How to achieve? -- Comment: English is not my first language. Wudi <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] "sendmail_from" not set in php.ini or custom "From:" header missing

2004-07-16 Thread Wudi
e-mail without SMTP? Comment: English is not my first language. Wudi <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Want to save png to file

2004-07-07 Thread Wudi
elp! > > Sincerely > > Victor > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Comment: English is not my first language. Wudi <[EMAIL PR

Re: [PHP] help ???

2004-07-03 Thread Wudi
ote: > Dear: > I wonder why my website runs smooth in PHP 4.1.1 but it does not in 4.3.7. > Dannis Comment: English is not my first language. Wudi <[EMAIL PROTECTED]> -- PHP General Mailing List (ht

Re: [PHP] PHP Bug ?

2004-07-03 Thread Wudi
$country_symbol['AU']] ; > this didnt work, so I have to change to : > > $symbol = $country_symbol['AU']; > $temp = $country_list[$symbol] ; > > is this PHP bug ? > > -- > Best regards, > adwinwijaya mailto:[EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Comment: English is not my first language. Wudi <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini mail settings

2004-07-03 Thread Wudi
-- > Olly > > Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php ---- Comment: Engli