[PHP] date( ) - function

2002-02-05 Thread soma
i have one question linux system's time is right but php's date () function time is wrong... different system time and php's date( ) time is date () function call to the system time ? thansk /soma -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Session abuse?

2001-03-13 Thread Soma Interesting
I'm wondering about the limitations of session variables in PHP4 with regards to over-use. For example I've been taking huge advantage of them and would like to store about 14k per session - its actually only three or four variables, but one of them is multiple depth array. Does this seem a r

[PHP] International support

2001-02-22 Thread Soma Interesting
Hello everyone, I'm currently working a project that is intended to handle Japanese character sets - and now I'm told ideally iMode too. :) The iMode isn't such an issue at the moment - but the article below has spooked me a little. At an early point in the project we tested if putting some in

[PHP] Here Doc syntax

2001-02-19 Thread Soma Interesting
I'm having a real love/hate relationship with PHP's here-doc support. I love that it spares me from breaking in and out of PHP mode or using echo and back slashes for outputting largish bodies of dynamic HTML but I hate a) that the EOT; has to be the first thing on the line and b) I find

[PHP] parse speed vs require speed

2001-02-13 Thread Soma Interesting
I'm wondering if I should organize the functions for my project into a single large file and have only one include/require, or break the code out into separate function library files and use a number of includes/requires. With a single large function library I'm guessing PHP would parse this