[PHP] Re:[PHP] imap_search and results

2004-08-26 Thread fongming
Hello: Here is my code : /---/ $mails = imap_search($mbox, 'TO gentoo-user-[EMAIL PROTECTED]',SE_UID); echo sizeof($mails); /--/ You can start to parse the mailheader,mailbody... for($i=0;$icount($mails);$i++) { [EMAIL PROTECTED]($mbox,$mails[$x-1]); echo

[PHP] Re:Re: [PHP] How do I use sessions if cookies are turned off in the browser?

2004-08-20 Thread fongming
Hi: You also can use follows: a href=script.php?PHPSESSID=session_id();/a -- ¡»From: ¦¹«H¬O¥Ñ®ç¤p¹q¤l¶l¥ó1.5ª©©Òµo¥X... http://www.tyes.tyc.edu.tw [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] How do I use sessions if cookies are turned off in the browser?

2004-08-20 Thread fongming
Hi: May be you can use follows: a href=some_script.php?PHPSESSId=?php session_id();? some thing/a -- ¡»From: ¦¹«H¬O¥Ñ®ç¤p¹q¤l¶l¥ó1.5ª©©Òµo¥X... http://www.tyes.tyc.edu.tw [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] problem with fsockopen ............

2003-08-18 Thread fongming
) { echo $errstr ($errno)br\n;} else { fputs ($fp, GET /index.php HTTP/1.0\r\); fputs($fp,Host: XXX.XXX.XXX.XXX\r\n); fputs($fp,Pragma: no-cache\r\n); fputs($fp,Connection: close\r\n\r\n); } fclose ($fp); --- Fongming from Taiwan

[PHP] Re:RE: [PHP] problem with fsockopen ............

2003-08-18 Thread fongming
); } fclose($fp); If you want to block the http headers sent back by the web server,use fopen() instead. -Original Message- From: fongming [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:29 PM To: [EMAIL PROTECTED] Subject: [PHP] problem

[PHP] Re:[PHP] Re: REDIRECT

2003-06-07 Thread fongming
!\); } --- Fongming from Taiwan. -- ¡»From: ¦¹«H¬O¥Ñ®ç¤p¹q¤l¶l¥ó1.5ª©©Òµo¥X... http://fonn.fongming.idv.tw [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re:RE: [PHP] Re: Using register_globals

2003-06-05 Thread fongming
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Fongming from Taiwan. -- ¡»From: ¦¹«H¬O¥Ñ®ç¤p¹q¤l¶l¥ó1.5ª©©Òµo¥X... http://fonn.fongming.idv.tw [EMAIL PROTECTED] -- PHP General

[PHP] Re:[PHP] Re: About Guest Book's messages....

2003-05-29 Thread fongming
use a table for the message text? add this: table width=460 style=TABLE-LAYOUT:fixed style=TABLE-LAYOUT:fixed it works. :) Fongming [EMAIL PROTECTED] дÈëÓʼþ news:[EMAIL PROTECTED] Hi, Sir: There may be someone leave a message like following

[PHP] About Guest Book\'s messages....

2003-05-28 Thread fongming
--- Fongming from Taiwan. -- ¡»From: ¦¹«H¬O¥Ñ®ç¤p¹q¤l¶l¥ó1.5ª©©Òµo¥X... http://fonn.fongming.idv.tw [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re:Re: [PHP] About Guest Book\\\'s messages....

2003-05-28 Thread fongming
length, if its a long word, longer than 40 characters, break it up. This should leave the smaller and hopefully real words away from the wordwrap-ing. note that this is completely untested, I just wrote it here in email. Hope that helps. -- Jason k Larson fongming wrote: Hi, Sir: There may

[PHP] Re:[PHP] Re: What program do you use to Create PHP Application?

2003-05-27 Thread fongming
Yes, I also use PHPEd to program, I've been using it's free verison until now. I've been search another better, but PHPEd is the best for me after all. Fongming from Taiwan. PHPEd is absolutely fantastic It colours everything so you don't