Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Links

Simple script of links management. It can be used to manage menus.



<?
if($action=='link1')
{
    echo "This is link1";
    // your commands.
}
if($action=='link2')
{
    echo "This is link2";
    // your commands.
}
if($action=='link3')
{
    echo "This is link3";
    // your commands.
}
echo " <a href=index.php?action=link1>Link1</a>
           <a href=index.php?action=link2>Link2</a>
           <a href=index.php?action=link3>Link3</a>
           ";
?>


Download code...


Print this page


 

Inizio pagina

risorse per webmaster