Hello to you all..
This is my first post, so please be gentle..
I am a little stuck, trying to populate input fields from and std object through an foreach.
What I am trying, is call the value of the std object, and a adding a dynamic value to the call.
Example:
<input id="example<?php echo $j; ?>" name="example<?php echo $j; ?>" value="[B][COLOR="Red"]<?php echo $object[0]->cell.$j; ?>[/COLOR][/B]
The syntax i am trying to create:
echo $object[0]->cell1
echo $object[0]->cell2
echo $object[0]->cell3
etc...
But no matter what I try, I just can't get the right syntax..
Hope you can help me..
Best regards Allen..