Default pagina (index.php)

Gesponsorde koppelingen

PHP script bestanden

  1. Login pagina (login.php)
  2. MySQL
  3. Default pagina (index.php)
  4. Connectie pagina (conn.php)
  5. Check pagina (check.php)

« Lees de omschrijving en reacties

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php include 'check.php'; ?>
                <html>
                <head>
                    <title>Index</title>
                </head>
                <body>
                <h2>Index</h2>
                    
                    <?php
                        if(isset($_GET['msg']))
                        {

                            if($_GET['msg'] == 'succes')
                            {

                                echo 'U bent succesvol ingelogd!';
                            }
                        }

                    ?>


                      
                </body>
                </html>  

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.