Good Afternoon,
I have this line of code:
echo $sum;
Earlier in my page, I have set a variable to:
$wk="wk1";
What is the syntax to use the Variable $wk instead of spelling out wk1.
I want to be able to change $wk once and have it change throughout a number of pages.
Thanks
Chris