Re: [PHP] Format Currency

2002-11-05 Thread Petr Tomenendál
Hi, try this function: number_format -- Format a number with grouped thousands Description string number_format ( float number [, int decimals [, string dec_point [, string thousands_sep]]]) Petr Tomenendal On Tue, 2002-11-05 at 12:55, dark rotter wrote: > Hello, > > > How i format a number

Re: [PHP] how to time an http request

2002-09-18 Thread Petr Tomenendál
If you want a tool to test HTTP server responses, then i can recommend Siege. You can specify number of simultaneous requests and URL/URLs to be tested. For more info look at: http://www.joedog.org/siege/index.shtml P. On Thu, 2002-09-19 at 01:12, Lee Doolan wrote: > > > is there a program