> does anyone know
> how to convert a
> number like 324.42932 to 324.43 format
>
> is there any special functions in php for this ?
There sure are, did you check the manual?
http://www.php.net/manual/en/ref.strings.php
You can also do it with the % operator instead of using a function
> Hi again
>
> NT sticks the ini file in the windows directory of the profile of the
person
> who is logged in:)
>
> get it?
>
> ie: not in the %systemroot% as it should!!!
I don't agree with this comment, because I don't think non-administrator
users have any business putting files into %systemr
does the directory c:\tmp exist?
check php.ini for how to configure the directory temporary session information
is kept
this is all in the online manual by the way - http://www.php.net/manual
> I am getting the following on a Windows 2000 Professional installation when
> I try to start a sessio