Removal of line from database table



  • I'm making a conclusion. row:

        <?php
        session_start();
    
    $sql = mysql_query("SELECT * FROM users WHERE id='".$_SESSION['id']."'");
    $row = mysql_fetch_array($sql);
    
    ?&gt;
    &lt;html&gt;
    &lt;head&gt;
    &lt;/head&gt;
    &lt;body&gt;
    

    <?php echo $row['loc']; ?>
    </body>
    </html>

    Please tell me what the mistake is.



  • Initially, we need to connect to the OBD system and then only select and store data and data.




Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2