Hallo,
ich hab dieses Script hier entdeckt:
<font face="arial" color="black" size="2"><b>Ihre Bilschirmauflösung beträgt : </B>
<script>
document.write(screen.width + " x " + screen.height)
</script>
für mich ist nun die Frage, wie bekomme ich screen.width und screen.height in die Variablen (php) $width und $height rein ?
Ich dachte an soetwas:
$width = "screen.width";
u.s.w. aber das funktioniert nicht !
Danke für jede Hilfe...
ich hab dieses Script hier entdeckt:
<font face="arial" color="black" size="2"><b>Ihre Bilschirmauflösung beträgt : </B>
<script>
document.write(screen.width + " x " + screen.height)
</script>
für mich ist nun die Frage, wie bekomme ich screen.width und screen.height in die Variablen (php) $width und $height rein ?
Ich dachte an soetwas:
$width = "screen.width";
u.s.w. aber das funktioniert nicht !
Danke für jede Hilfe...