[PHP] Re: Help please!

2003-06-26 Thread poetbox
://www.alienworkers.com = = = = = = = = = = = = = = = = = = = = ¡¡Thanks for your kindness. poetbox [EMAIL PROTECTED] 2003-06-26 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] free web host needed.

2003-06-25 Thread poetbox
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php = = = = = = = = = = = = = = = = = = = = ¡¡Thanks for your kindness. poetbox [EMAIL PROTECTED] 2003-06-25 -- PHP General

[PHP] how to get the date of this Saturday all the time?

2003-06-24 Thread poetbox
on 2003-16-08,I'd like to get the date of 2003-17-08,the date is a var got by a special function,How to WRITE THE FUNCTION? Any thoughts or suggestions would be greatly appreciated!Thanks in advance. poetbox [EMAIL PROTECTED] 2003-06-25 -- PHP

Re: RE: [PHP] how to get the date of this Saturday all the time?

2003-06-24 Thread poetbox
= get_sat_ts(time()); echo date(Y-d-m,$ts); ? Something like that should be what you want though. . = = = = = = = = = = = = = = = = = = = = ¡¡Thanks for your kindness. poetbox [EMAIL PROTECTED] 2003-06-25

Re: Re: [PHP] how to get the date of this Saturday all the time?

2003-06-24 Thread poetbox
Saturday)); James Hicks On Tuesday 24 June 2003 08:01 pm, poetbox wrote: hi,php-general£¬ We have a meeting at every Saturday,I'd like to post the news and write the date of this Saturday every week,how can I get the date of Saturday. For example,today is Monday, and today is 2003-23-06

Re: Re: [PHP] how to get the date of this Saturday all the time?

2003-06-24 Thread poetbox
. = = = = = = = = = = = = = = = = = = = = ¡¡Thanks for your kindness. poetbox [EMAIL PROTECTED] 2003-06-25 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-06-09 Thread poetbox
= = = = = = = = = = = = = = = = = = = = poetbox [EMAIL PROTECTED] 2003-06-09 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-06-09 Thread poetbox
://fonn.fongming.idv.tw [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php = = = = = = = = = = = = = = = = = = = = ¡¡Thanks for any suggestions. poetbox [EMAIL

Re: [PHP] Hi I get some problems while using eregi_replace

2003-06-08 Thread poetbox
\/embed a href=\\\1\ target=_blanknbsp /a,$post); poetbox [EMAIL PROTECTED] 2003-06-09 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Where to start?

2003-06-08 Thread poetbox
be greatly appreciated. Thanks, Simon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php = = = = = = = = = = = = = = = = = = = = Thanks for any suggestions. poetbox [EMAIL PROTECTED] 2003-06

Re: Re: [PHP] Get the datetime from server

2003-06-06 Thread poetbox
= = = = = = = = = = = = = = = = = = = = poetbox [EMAIL PROTECTED] 2003-06-19 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Get the datetime from server

2003-06-05 Thread poetbox
Hi all, Can anyone teach me how to get the date and time from the web-server,it's not changed with the time of local machine. I found the date() cannot do this. Thank you! poetbox [EMAIL PROTECTED] 2003-06-05 -- PHP General Mailing List (http

Re: Re: [PHP] How to delete a line in a TXT-file

2003-06-04 Thread poetbox
16:04:00 you wrote=== On Tuesday 03 June 2003 11:11, poetbox wrote: I've been having trouble to delete a line from a TXT-file for days. The content of the text file just like below: ---begin== 00145|test|line1 00255|test|line1 01143|test|line1 00469|test

Re: Re: [PHP] How to delete a line in a TXT-file

2003-06-04 Thread poetbox
=delline=$iDELETE THIS LINE/a/td/tr; } echo /tableok; if($action=='del') { unset($news[$line]); $news=implode(,$news); $fp=fopen('this.txt',w); fputs($fp,$news); } ? end === 2003-06-04 13:18:00 === On Wednesday 04 June 2003 08:36, poetbox

[PHP] How to delete a line in a TXT-file

2003-06-03 Thread poetbox
delete all the content by this,what should I do? It's the first time I ask a question by the MAIL-LIST,my Enlish is poor,sorry. Thank you very much in advance. poetbox [EMAIL PROTECTED] 2003-06-03 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: Re: [PHP] How to delete a line in a TXT-file

2003-06-03 Thread poetbox
Jason Wong, Let me go back to have a try,thank you very much!:) Some people told me to use unset(mixed var [,mixed var [,...]]) to delete it ,but I cannot understand anything about it . === 2003-06-03 16:04:00 === On Tuesday 03 June 2003 11:11, poetbox wrote: I've been