Posted by artev on 09/22/07 23:44
is possible to do this:
the row B must remain how it is;
insert a code php (in point A - C) that inglobe the row B
and can activate or not the row B;
A
B<?php code ?>
C
I think some similar this:
<?php if(myvar==on) then
<?php code ?>
?>
whic is the better and fast solution
[Back to original message]
|