|
|
Sergey Kornilov admin 7/26/2007 |
|
It looks like you have extra quotes in if condition. Try the following: if($values["BANR_INDEX"]== "7%%%%%") |
|
|
G
|
garivera author 7/26/2007 |
It looks like you have extra quotes in if condition. Try the following:
|
|
|
|
Sergey Kornilov admin 7/26/2007 |
|
Gabe, echo "BANR_INDEX: " . $values["BANR_INDEX"]; |
|
|
G
|
garivera author 7/26/2007 |
Gabe, print the value of $values["BANR_INDEX"] variable on the Web page to make sure you are not comparing apples to oranges. echo "BANR_INDEX: " . $values["BANR_INDEX"];
|
|
|
|
Sergey Kornilov admin 7/26/2007 |
|
Gabe, |
|