Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- mysql_connect("localhost","root","");
- mysql_select_db("makanmulu");
- $hasil = mysql_query("SELECT * FROM recipe");
- while ($baris = mysql_fetch_array($hasil))
- {
- echo "<img src = ".$baris['picture'].">";
- }
- ?>
Add Comment
Please, Sign In to add comment