aktuelle.kurse/oldies/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/PHP_Klasse1/1.3.7 Bildschirmausgabe Formatierung/echo+printSAMUELGERBER.htm

38 lines
1.8 KiB
HTML
Raw Normal View History

2022-02-23 22:44:33 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0022)http://133.randale.ch/ -->
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>Variabeln: string="blubb"; string2="bla"; integer=2004; integer2=100; <BR>
<TABLE borderColor=black height=600 width=500 border=1>
<TBODY>
<TR height=20>
<TD colSpan=2>ECHO </TD></TR>
<TR height=180>
<TD vAlign=top>blubb<BR>string: blubb<BR>2004<BR>Wir schreiben das Jahr
2004<BR>blubb2004<BR>2004100<BR>2104<BR>
<TABLE height=10 width=100 border=1>
<TBODY>
<TR height=10>
<TD width=100></TD></TR></TBODY></TABLE><BR></TD>
<TD vAlign=top width=300>Ausgabe Stringvariabel<BR>Ausgabe String +
Stringvariabel<BR>Ausgabe Intvariabel<BR>Ausgabe String +
Intvariabel<BR>Ausgabe Stringvariable + Intvariabel<BR>Ausgabe von 2
Intvariabeln verbunden<BR>Ausgabe von 2 Intvariabeln
zusammengerechnet<BR>Tabelle mit Variabel als Breite<BR></TD></TR>
<TR height=20>
<TD colSpan=2>PRINT </TD></TR>
<TR height=180>
<TD vAlign=top>blubb<BR>string: blubb<BR>2004<BR>Wir schreiben das Jahr
2004<BR>blubb2004<BR>2004100<BR>2104<BR>
<TABLE height=10 width=100 border=1>
<TBODY>
<TR height=10>
<TD width=100></TD></TR></TBODY></TABLE><BR></TD>
<TD vAlign=top>Ausgabe Stringvariabel<BR>Ausgabe String +
Stringvariabel<BR>Ausgabe Intvariabel<BR>Ausgabe String +
Intvariabel<BR>Ausgabe Stringvariable + Intvariabel<BR>Ausgabe von 2
Intvariabeln verbunden<BR>Ausgabe von 2 Intvariabeln
zusammengerechnet<BR>Tabelle mit Variabel als
Breite<BR></TD></TR></TBODY></TABLE></BODY></HTML>