Posts by Gabriel • 23 points
2 posts
-
2
votes1
answer201
viewsQ: Ajax and link how to make a:visited work when using ajax
I did a site recently this week, vhtvshows.com.br. When you click on a series to watch and choose the episode ajax takes the link and puts it in my div, but when I go back the link is not in the…
-
0
votes1
answer90
viewsQ: Loop error in stock control
<?php $sql = mysql_query ("SELECT * FROM cadastro "); while($resultado = mysql_fetch_array($sql)){ $idrepete = $resultado['id']; ?> #divId<echo idrepete; ?>{ width:100%; } <?php }…