[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] 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

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] 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] = /strike/; $patterns[1] = //strike/; $patterns[2] = /align=\left\/; $replacements[0] = del; $replacements[1] = /del; $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 picture

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 h* tags: h([1-9]){1}.*/h([1-9]){1} 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

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

2004-07-26 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 texts were marked. But the blank space always

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. The get links part, the bit which you're

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: How can I get all

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:]/], a href=\\\0\\\0/a, $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 wrote: Hm, Perl is OK. Could

[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

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

2004-07-16 Thread Wudi
a 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
://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

Re: [PHP] php.ini mail settings

2004-07-03 Thread Wudi
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

Re: [PHP] PHP Bug ?

2004-07-03 Thread Wudi
, 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] help ???

2004-07-03 Thread Wudi
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 (http://www.php.net/) To unsubscribe, visit: http://www.php.net