Re: [PHP] Round Off $ prices

2003-06-04 Thread Joci
Hi! ceil -- Round fractions up round -- Rounds a float floor -- Round fractions down Joe - Original Message - From: "Ralph" <[EMAIL PROTECTED]> To: "PHP General Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 2:51 PM Subject: [PHP] Round Off $ prices > How do I round o

Re: [PHP] Redirecting - here is the code

2003-01-16 Thread Joci
Hi! >From manual (http://www.php.net/manual/en/function.header.php): Remember that header() must be called before any actual output is sent, either by normal HTML tags, blank linek in a file, or from PHP. You need to start with header()... Example: http://www.example.com/'); ?> or you can use o