Jump to content

yasminlove1

Members
  • Posts

    113
  • Joined

  • Last visited

Posts posted by yasminlove1

  1.  

    And this is the link.

    <ul>
       <li><a href="Page2.html">Nieuw hier?</a></li>
       <li><a href="#">Contact</a></li>
    </ul>
    

    I tryed very much times to look if it was better with another link, but that don`t helped..

    Nieuw hier? must go to Page2.html, and Contact is going to the index right now, so you don`t see any different with page when you click on Contact because it is made on that page, and there is no problem with..

    It must lay on the connect script..

     

     

    Here must be the problem..

  2. Well, the connect is not the only problem i think.. it is just that when i on the link click than will there coma a error 404..

     

    It won`t come on the other page..

     

    this is connect:

     

     

    <?php
    
    //connecting to the database
    $error = "Could not connect to the database";
    $connectie = mysql_connect($serverxx.xxxwebhost.com,xxxxxxxx,xxxxxxxxx) or die($error);
    mysql_select_db($db, $connectie) or die($error);
    
    ?>
    

     

    I filled in the server, name and password..

     

    And this is the link.

     

     

    <ul>
       <li><a href="Page2.html">Nieuw hier?</a></li>
       <li><a href="#">Contact</a></li>
    </ul>
    

     

    I tryed very much times to look if it was better with another link, but that don`t helped..

    Nieuw hier? must go to Page2.html, and Contact is going to the index right now, so you don`t see any different with page when you click on Contact because it is made on that page, and there is no problem with..

    It must lay on the connect script..

×
×
  • Create New...

Important Information

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.