--- [EMAIL PROTECTED] wrote:
> if you want to do
> 10 / 3
> i want it to show 3 and not 3.3
>
> how do I control that?
>
$a= 10/3;
echo (int)$a;
echo $a;
Result
3
3.3
regards
=
Ing. Alejandro Garín
Telecom Internet
_
--- Marcus Ouimet <[EMAIL PROTECTED]> wrote:
> I have download the Zend Optimizer (Running Apache
> 1.3.14 and PHP 4.04) and untarred it. Then I copied
> the ZendOptimizer.so to usr/local/Zend/lib Then I
> edited the PHP.ini and added:
>
> zend_optimizer.optimization_level=15
>
zend_extension="/
--- Dezider Góra <[EMAIL PROTECTED]> wrote:
> I always get this error when trying to connect to
> the mailbox. I have
> installed uw imap server.
>
> Warning: Couldn't open stream {localhost:143} in
> /home/httpd/html/webmail/mailbox.php on line 12
>
> Affected line is:
>
> $connection = IMAP_
3 matches
Mail list logo