Jump to content

I can't solve this problem


Atanu

Recommended Posts

it means that it could change any time you want it to......


for instance if you had a loop like this
[code=php:0]
for($i=0; $i<3; $i++) {
    $b='i';
    echo $$b;
}[/code]
it would print
012


http://en.wikipedia.org/wiki/Dynamic_programming

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.