Forum Moderators: coopster
this obviously isnt the right way to do it because i can manually input 'ptfrequency' and it works but building the variable also gives 'ptfrequency' so im guessing the "grabbing the row with a variable" syntax is incorrect.
Ive tried..
$freq = $Row['$total'];
and
$freq = $Row["$total"];
also with no results.
Help me! :)
Adam