* Thus wrote Justin Kozuch ([EMAIL PROTECTED]):
> Hi All,
>
> ...
>
> Here is the code that I have on the login form, called index.php
>
>
> mysql_select_db($database_verspeeten, $verspeeten);
> $query_rs_authlevel = "SELECT tbl_users.id_authlevel FROM tbl_users";
> $rs_authlevel = mysql_query
Hi All,
I am creating an admin panel for a client, and part of the panel uses a
menu system that, depending on the logged-in user's authorization level,
displays certain menu items.
Here is the code that I have on the login form, called index.php
mysql_select_db($database_verspeeten, $verspeet
2 matches
Mail list logo