Re: [PHP] What do you mean?

2002-01-23 Thread BS
maybe not a justify function, but with a little creativity str_pad() will take the argument string and pad it to a new length with another string... ( ...) so if you know how long you would like each line or can figure it out... that could end up being a lot of extra little characters though.

Re: [PHP] Need opinion On sessions - Cookies mandatory?

2002-01-23 Thread BS
as far as i've been able to figure, you don't _have_ to give session call a session name to regain the session data. if you don't supply a name, it looks for the previous session for that computer. or you could pass it one through your forms or what have you. regardless, you can compile your php e