Zwei Skripte
Amer
- php
Hallo.
Ich habe mal eine grundlegende frage:
<html> |
<?php phpinfo(); ?> |
</html> |
|
oder:__________________________________________|
|
<?php phpinfo(); ?> |
|
Welches dieser zwei Skripte ist richtig und funktionstüchtig?
Amer
Hallo.
<?php phpinfo(); ?>
phpinfo() bringt alle mit ;)
Gruß aus Berlin!
eddi
Hello,
phpinfo() bringt alle mit ;)
Jau. Musste ich doch glatt selber nochmal gucken...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head>
<style type="text/css"><!--
body {background-color: #ffffff; color: #000000;}
Das ist der Beginn der PHP-Info-Datei von PHP 4.3.8
Harzliche Grüße aus http://www.annerschbarrich.de
Tom