Posts by FabioP • 1 point
1 post
-
-1
votes2
answers966
viewsA: Hide a div when showing another
I think the problem is that you do not initialize the id2 variable in javascript. while($row = $result->fetch_assoc()) { $id = $row['idr']; $strid = (string)$id; $id2 = '_'.$strid."cima"; ?>…