Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<?php
//code
sleep(3);
header();
?>
<?php
if($irgendwas){
echo "Sag mal was";
sleep(3);
header(blubb);
}
?>
<?php
if($sub == "del"){
if(isset($_POST["submit"])){
$yesno = $_POST["user_del"];
if($yesno == "ja"){
$sql = "DELETE FROM team_user WHERE id=$id";
$result = mysql_query($sql);
echo "<div class='msg_edit' id='a' align='center'>$row->user_name wurde erfolgreich altualisiert</div>";
sleep(3);
header("Location:index.php?action=adc_user_table");
}
}
?>