rclayh
|
| Posted: 05/18/2003, 7:30 AM |
|
Okay, I'm a little stymied. I have a form "products" with a control "image".
I want to modify the value of "image" to display a thumb but I can't get anything to work to access the value...
$products->$image->GetValue() - doesn't work
$this->$image->GetValue() - doesn't work
$image->GetValue() - doesn't work
$products->$image doesn't work
$this->$image doesn't work
$image doesn't work
So how do you access the value of a database variable and modify it on the page?
Help.
|
|
|
 |
rclayh
|
| Posted: 05/18/2003, 7:48 AM |
|
$this->image->GetValue()
No dollar sign on the field name. DUH. Got to learn to stay out of the forum for 1 full day.
|
|
|
 |
|