Jump to content

Php utilizadores


anuska
 Share

Recommended Posts

Olá!!

Eu queria delimitar o que faz um administrador e um cliente mas com o código que estou a usar não funciona, nunca entra nesse if.

Podem-me ajudar pff?

$tipo_utilizador=$_SESSION["user"];
$utilizador_escolhido=$_SESSION["registar"];

$conecta = mysql_connect('localhost', 'root', '');
mysql_select_db("tdw");


if($utilizador_escolhido=="administrador"){

}

onde user é:

Login: <br>
<input type="text" maxlength="10" size="18" name="user" class="campos">

e registar é:

<select name="registar" size="1">
<option value="cliente">@cliente.loja</option>
<option value="administrador">@admin.loja</option>
</select>

obrigada 😄 :D:D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. 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.