Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Script link

  1. #1
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    2,245

    Script link

    Ho questo script
    <?
    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 " Link2
    <a href=index.php?action=link3>Link3</a>
    ";
    ?>


    per farlo funzionare il link www.nomedominio.it dove lo vedo mettere? Poi nel <a href=index.php?action=link3>Link3</a> (si puo metteta target="_blank")?? Aiutoooooo
    Grazie

  2. #2
    Codice PHP:
    <? 
    if($action=='link1'

    echo 
    "This is link1";  $name link1;
    // your commands. 

    elseif(
    $action=='link2'

    echo 
    "This is link2";  $name link2;
    // your commands. 

    elseif(
    $action=='link3'

    echo 
    "This is link3";  $name link3;
    // your commands. 

    echo 
    " [url='index.php?action=$action']$name[/url]";
    ?>
    http://codecanyon.net/category/all?ref=Manuelandro
    And I bet she told a million people that she'd stay in touch, Well all the little promises they dont mean much,When theres
    memories to be made

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.