PCHomepage
Programmer
On several pages, I am getting an error referring to Assignment in condition in:
I understand the error but I am not sure of the correct syntax to use. Can anyone help? Thanks.
Don
Code:
while ( list ( $key, $value ) = each ( $table ) ) { . . .
I understand the error but I am not sure of the correct syntax to use. Can anyone help? Thanks.
Don