You create a variable by assigning a value to it sorta...

Am I misstaken or would every value be considered as different types? Don't
think you would get problems with it... Maybe string... In PHP, it doesn't
really matter all that much if a number is int or string as they are
automaticly converted...
"Dale" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I am new to php and I just have some general questions.
>
> 1. when you create a new variable such as an integer, is it automatically
> initialized or is it considered empty similar to asp?
> 2. If I were to create an array and filled the array with a Boolean value,
a
> string, and an integer what type would the array take on?
>
> Thanks,
> Dale
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to