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); ?> <html> <head> </head> <body>
<?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.