Ihre Vorschau der Leistungen
Inhaltsverzeichnis
Sehr geehrte Damen und Herren, dankend haben wir Ihren Auftrag erhalten und präsentieren Ihnen auf dieser Seite eine Vorschau der ausstehenden sowie vorgenommenen Arbeiten/Reparaturen. |
---|
[insert_php]
/*
** Checks if the global array $_SERVER with the index „request_method“ is containing the „post“ string.
*/
if ($_SERVER[„REQUEST_METHOD“] == „POST“) {
/* Get the input of the username login form */
$name = htmlspecialchars($_REQUEST[‚fname‘]);
$nummer = htmlspecialchars($_REQUEST[’nummer‘]);
if (empty($name) || empty($nummer)) {
echo „Name is empty“;
} else {
/*
****************************************
****************************************
** DATABASE CONNECTION
****************************************
****************************************
*/
$link = mysqli_connect(’syn-auto-ulli.synology.me:3307′, ‚wordpress‘, ‚g3r4ld093‘, ‚SYN_Vorschau‘);
if(!$link){
die(„File not found“);
}
$sql = ‚SELECT Arbeit,Menge,Dauer,Preis FROM SYN_Arbeiten WHERE Kennzeichen=“‚ . $name .'“ AND Handynummer=“‚ . $nummer .'“‚;
/* get the requested data from the database */
$result = mysqli_query($link, $sql);
if (mysqli_num_rows($result) != 0) {
/* output data of each row */
$firstRun = true;
while($row = mysqli_fetch_assoc($result)) {
/* Variables which control the creation of new rows */
$setNewRow = true;
$setEndRow = true;
$dataSet = false;
/* the number of rows of the requested data from the db */
$rowCount = mysqli_num_rows($result);
$widthPHP = 856;
$heightPHP = $rowCount * 50;
/* Splits each word in the requested data into an array. Each word gets its own index in the array */
$resultArbeiten = explode(“ „,$row[„Arbeiten“]);
/* Start of the HTML table and setting the headers */
if($firstRun == true){
$table = ‚
Arbeit | Dauer | Menge | Preis |
---|---|---|---|
‚ . $formatted . ‚ Std.‘ .‘ | ‚ . strval($row[„Menge“]) . ‚ | ‚ . $formatted2 . ‚ €‘ . ‚ |
‚;
echo $table;
mysqli_close($link);
} else {
echo „0 results“;
}
}
}
[/insert_php]
Haben Sie noch Fragen?
Dann rufen Sie uns doch an unter der Telefonnummer: 030 335 39 08