
09-20-2001, 01:40 AM
|
|
Registered User
|
Join Date: Aug 2001
Location: West Michigan
Posts: 190
|
|
|
... variables in php are just variables. the type of variable is determined by what you assign to it. or you can specify the type seperately.
$varakastringakaarrayakainterger = Hello
$varakastringakaarrayakainterger = 234.23141
$varakastringakaarrayakainterger = forgot how to assing arrays in php |
|
|
|