[snip]
Do you mean an integer? As in
$i = 5;
Print $i;
?
[/snip]
That would be the one(1)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do you mean an integer? As in
$i = 5;
Print $i;
?
> -Original Message-
> From: Juan Pablo Herrera [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 14, 2004 10:19 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] intenger
>
> Please, i need output a intenger, what function can i use f
> Please, i need output a intenger, what function can i use for this?.
> Print?, echo?
$i = 12;
echo $i;
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
settype($var,int);
On Thu, 14 Oct 2004 14:19:28 -0300 (ART), Juan Pablo Herrera
<[EMAIL PROTECTED]> wrote:
> Please, i need output a intenger, what function can i use for this?.
> Print?, echo?
>
> Thank you.
> JP
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit:
Juan Pablo Herrera wrote:
Please, i need output a intenger, what function can i use for this?.
Print?, echo?
Thank you.
JP
Why not try them both, and see which one works.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsu
Start here...
http://us2.php.net/manual/en/language.types.php
- Original Message -
From: Juan Pablo Herrera <[EMAIL PROTECTED]>
Date: Thursday, October 14, 2004 1:19 pm
Subject: [PHP] intenger
> Please, i need output a intenger, what function can i use for this?.
> Print?, echo?
>
> Than
6 matches
Mail list logo