Jump to content

Afisare acces user in PHP?


Traficantu'

Recommended Posts

Lucrez la un site cu login/register etc, dar am o mica problema. Cum fac ca, atunci cand intru pe cont -> profil sa imi afiseze daca acel user este admin sau nu, am incercat cu urmatorul cod dar imi afiseaza accesele de la toate conturile :))

 <?php
include "../config.php";
$res = $conn->query("select * from utilizatori");
while ($row = $res->fetch_assoc()) {
?>

<td><?php echo $row['acces']; ?></td>

<?php	
	
if($acces > 0) {
	echo 'esti admin';
	} else {
	echo 'nu esti admin';
}
}
?>

Cum fac ca sa imi afiseze accesul de la contul respectiv  ?

Edited by Traficantu'
Link to comment
Share on other sites

  • gaby changed the title to Afisare acces user in PHP?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.