Jump to content

maviyazilim

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by maviyazilim

  1. so sory. I did not understand anything in what you wrote.
  2. I'm having trouble listing the most recent 10 content. How can I solve this problem. $sorgu = mysqli_query("select * from icerik order by id desc limit 0,10"); while($goster=mysqli_fetch_assoc($sorgu)) { echo $goster['baslik']; echo $goster['yazi']; echo $goster['yazar']; } error code: Fatal error: Uncaught ArgumentCountError: mysqli_query() expects at least 2 arguments, 1 given in C:\xampp\htdocs\blog\orta.php:3 Stack trace: #0 C:\xampp\htdocs\blog\orta.php(3): mysqli_query('select * from i...') #1 C:\xampp\htdocs\blog\index.php(4): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\blog\orta.php on line 3
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.