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.
Asipak4You schrieb:dann nich.... :)
Baddii schrieb:können wir wieder zum thema kommen?
ist die letzte lösung denn richtig oder falsch?
also diese:
Code:<?php $icq=$_POST["$icq"] //jetzt der rest html code ?>
Baddii schrieb:Code:<?php $icq=$_POST["$icq"] //jetzt der rest html code ?>
<?php
$icq=$_POST["$icq"];
//jetzt der rest html code
?>
<?php
$icq = $_POST["icq"];
if (isset($icq)) {
?>
<html>
<head>
</head>
<body>
[img]http://online.mirabilis.com/scripts/online.dll?icq=<?php echo $icq; ?>&img=2[/img]
</body>
</html>
<?php
}
?>