Skip navigation.
Home

Add new comment

It could have been so easy ..

It could have been so easy ...
<?php
$vlist=explode(',',$variablelist);
if(
in_array(6,$vlist) or
in_array(7,$vlist) or
in_array(12,$vlist)
)
{
echo "<tr><td><a href=users.php target=mainFrame
class="linkmenu">Gebruikers</a></td></tr>";
}
// ...

Reply




*

  • Web and e-mail addresses are automatically converted into links.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <p> <br /> <br>