Advertisement
Squito

Képcsere

Dec 3rd, 2018
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?PHP
  2. $conn=mysqli_connect("db_url", "user", "password", "database");
  3. $lekerdezes_kezdokepek_heart=mysqli_query($conn, "SELECT elejefokep, hatafokep FROM a_delhoungne_markatermekeim WHERE alkategoria='heart'");
  4. while($sor=mysqli_fetch_assoc($lekerdezes_kezdokepek_heart))
  5. {
  6.     echo '<img src="https://www.delhoungne.hu/images_fashion_heart/'.$sor['elejefokep'].'" onmouseover="this.src=\'https://www.delhoungne.hu/images_fashion_heart/'.$sor['hatafokep'].'\'" onmouseout="this.src=\'https://www.delhoungne.hu/images_fashion_heart/'.$sor['elejefokep'].'\'" class="szovegfedett_image" style="width:100%" >';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement