Re: [PHP] Rounding issue

2003-07-29 Thread Kevin Ison
ahhh ok thanks guys!! That worked ... I knew it was something but I could not remember which function... thanks again! "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Kevin Ison ([EMAIL PROTECTED]): > > I need to know if there

Re: [PHP] Rounding issue

2003-07-29 Thread Kevin Ison
ahhh ok thanks guys!! That worked ... I knew it was something but I could not remember which function... thanks again! "Larry E . Ullman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > $x = 4.5012412; > > echo round($x, 2); // results in 4.5 --- however I want 4.50! I > > w

[PHP] Rounding issue

2003-07-29 Thread Kevin Ison
realize this is the interpreters problem but I need the zero. thanks in advance -- Kevin Ison Charlotte, NC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Problem to start apache after installed PHP.

2003-06-17 Thread Kevin Ison
sounds like something was not initialized during your linux boot up I havent run linux in a while but I seem to remember that after I compile my applications I had to run another utility to make my new library active. In fact the same utility is/was part of my boot up commands in the RC files. gr

Re: [PHP] php editor?

2003-06-14 Thread Kevin Ison
personnaly I kind of grew up on vi many many moons ago "Tom Ray" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Why not just use PICO? > > Kevin Ison wrote: > > >now theres a sadistic way to code! I used to use vi... to be honest I like > &g

Re: [PHP] php editor?

2003-06-14 Thread Kevin Ison
now theres a sadistic way to code! I used to use vi... to be honest I like it. but on a windows platform crimson editor works well. "Gerard Samuel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Because some of us, work directly on the server, instead of modifying > files, then up

[PHP] need help with using java in PHP

2003-06-14 Thread Kevin Ison
unction on a non-object in c:\apache\htdocs\ktest\xzerror.php on line 23 I got the idea from something I saw a while back on a PHP tutorial my question is, why doesnt this work. I think I have the PHP.INI file set up correctly. thanks -- Kevin Ison Charlotte, NC -- PHP General Mailing List