[PHP-WIN] Float value Division gives irrational results php 5.2.5

2008-02-09 Thread INDIANNIC-HOSTING
hi can somebody help me on this please. Description: Basic division of one float value by another gives irrational results in php 5.2.5 os : windows 2000, iis 5 upto date with will microsoft patches we have two independent websites each using two versions of php on the same serv

Re: [PHP-WIN] string function

2008-02-09 Thread Niel Archer
Hi > Can I just ask what the difference is between ereg and preg_replace? Thanks. preg* are PCRE compatible functions. ereg*are POSIX Extended. AFAIR, the PCRE ones support several additional features and are binary safe, while the POSIX ones are not. -- Niel Archer -- PHP Windows Mailing Lis

Re: [PHP-WIN] string function

2008-02-09 Thread trystano
Can I just ask what the difference is between ereg and preg_replace? Thanks. Tryst -Original Message- From: Elizabeth M Smith <[EMAIL PROTECTED]> To: php-windows@lists.php.net Sent: Fri, 8 Feb 2008 14:26 Subject: Re: [PHP-WIN] string function Viola Holownia wrote: > hi

Re: [PHP-WIN] include and warning: headers already sent by ..

2008-02-09 Thread trystano
Should you also just that there are no blank spaces before the includes statements in the script? Because the moment there is data (or blank spaces) in a script then the headers are sent. Thanks Tryst -Original Message- From: Bill Bolte <[EMAIL PROTECTED]> To: php-windows@lis