[PHP] Re: is there any function can list all files in a directory?

2004-07-27 Thread Sheawh
i found this one! http://hk2.php.net/manual/en/function.opendir.php "Sheawh" <[EMAIL PROTECTED]> ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g... > thanks all -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] is there any function can list all files in a directory?

2004-07-27 Thread Sheawh
thanks all -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Usng Session Vaiable in WHERE Statement

2004-07-27 Thread Sheawh
> $MembersDataQry = "SELECT * FROM MembersData > WHERE UserID=' ".$_SESSION['logname']." ' "; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: how to use session?

2004-07-21 Thread Sheawh
?> "Torsten Roehr" <[EMAIL PROTECTED]> ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g... > "Sheawh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I have started a session using session_start(); > > but it returns : > > > &

[PHP] how to use session?

2004-07-21 Thread Sheawh
I have started a session using session_start(); but it returns : Warning: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\diary\index.php:7) in c:\inetpub\wwwroot\diary\reg_session.php on line 11 Warning: Cannot send session cache limiter - headers alre

[PHP] Re: get the month's last day

2004-07-09 Thread Sheawh
I've found the date() function with "t" returns the correct result thanks all so check this out for more reference if anybody got same problem too! http://hk2.php.net/manual/en/function.date.php "Sheawh" <[EMAIL PROTECTED]> ¦b¶l¥ó news:[EMAIL PROTECTED] ¤¤¼¶¼g..

[PHP] get the month's last day

2004-07-09 Thread Sheawh
how can i retrieve the last day of the month? like 31 - Jul, 30 - Jun , 28 - Feb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Export MySQL

2003-12-31 Thread Sheawh
it may be a bit out of topic, but can anyone teach me how to export a MySQL database? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] can tomcat server run PHP??

2003-12-11 Thread Sheawh
Can i run PHP using Apache tomcat server?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can I use PHP to draw a chart?

2003-07-06 Thread Sheawh
It's the first time I use PHP as my project server-side language, and I wanna know if PHP can be used to draw a chart or any other suggestions. Thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php