![]() |
|
|
+ Search |
![]()
|
Jan 25th, 2000 13:30
Vladas Lapinskas, Steve Vadla, Nathan Wallace,
To list both variables (keys) names and values, use the following script while(list($key,value)=each($arr)) echo "$key = $value";