Search found 2 matches

by Davos
Tue Sep 20, 2005 1:40 pm
Forum: PHP - Code
Topic: Dynamic Variable Names
Replies: 3
Views: 420

Weirdan wrote:${"table" . $x}, if I remember correctly
cheers mate, worked a treat.
by Davos
Tue Sep 20, 2005 1:21 pm
Forum: PHP - Code
Topic: Dynamic Variable Names
Replies: 3
Views: 420

Dynamic Variable Names

Hey guys, new here and just started out in PHP. stuck on a small loop im doing which assigns the value from a mysql query array to a variable. Every time the loop runs I want it to assign to variables with different names, increasing by one each time. i am stuck on how to assign a variable name that...