require "config.php"; ?> //if calling pages into an index file place this section at the start of your index if ($userid && $password) { // if the user has just tried to log in $query = "select * from klant " ."where klantnr='$userid' " ." and wachtwoord='$password' "; $result = mysql_query($query, $db_conn); $row = mysql_fetch_assoc($result); if (mysql_num_rows($result) >0) { // if they are in the database register the user id //below are the session variables add/remove or modify these as you wish $valid_user = $userid; $_SESSION['valid_user'] = $valid_user; $_SESSION['pass'] = $_POST['password']; $_SESSION['groupname'] = $row['groupname']; } } //end of section ?>
|
Bestel uw foto's online / Order your pictures online |
|
Via het bestelformulier op de website kunt u foto's nabestellen. Als u al geregistreerd bent, kunt u zich aanmelden met uw klantnummer en uw wachtwoord. Anders moet u zich eerst registreren als klant. Wij weten dan waar wij de foto's naar toe moeten sturen. De foto's worden afgedrukt op formaat 13 x 18 cm en kosten € 2,- per stuk. Per order brengen wij € 1,50 verzendkosten in rekening. Op het bestelformulier vult u het nr van de foto in én het aantal afdrukken dat u van die foto wilt hebben. Als u de bestelling afsluit krijgt u van ons een e-mail met het totaalbedrag en de betaalgegevens. |
|
It is possible to order pictures by this orderform on the website. If you have already registrated as a customer, you can log in with you clientnumber and your password. Else you should registrate first, so that we know where to send the pictures. The prints will be 13 x 18 cm. The price is € 2,- per print. We charge € 1,50 for sending the order. On the orderform you have to fill in the picture-numbers and the number of prints you want to receive of that picture. When you have confirmed your order we will send you an e-mail with the total order amount and instructions for payment. |
| if ($log=="") include "authmain.php"; if ($log=="logout") include "logout.php"; if ($log=="change") include "changepass.php"; if ($log=="1") include "changepass.php"; if ($log=="forgot") include "forgot.php"; ?> |
| Heeft u nog geen klantnr? / No client number yet? Klik hier om u te registreren / Click here for registration |