Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <pipou150>  <?php  
  2. <pipou150> $img = $_GET['img'];
  3. <pipou150> $sql ='SELECT * FROM galerie_screens WHERE id="$img" and classe="feticheur" ';  
  4. <pipou150> $recherche_id = mysql_query($sql)or die (mysql_error());
  5. <pipou150> $afficher_id= mysql_fetch_array($recherche_id);
  6. <pipou150> echo $afficher_id['id'];
  7. <pipou150> ?>
  8. <pipou150> <a href="galerie_vu.php?img="<?php echo $afficher_id['id']+1; ?>" style="color:white;">Suivant</a></center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement