PHP: Difference between revisions

From Medien Wiki
mNo edit summary
m (problem with nowiki fixed)
Line 41: Line 41:
== Mischen von PHP und HTML ==
== Mischen von PHP und HTML ==


PHP Quellcode wird mit den Schlüsselzeichen <tt>
PHP Quellcode wird mit den Schlüsselzeichen <tt style="color:red">&lt;?php</tt> und <tt style="color:red">?&gt;</tt> umgeben. Man kann HTML und PHP mischen!
 
 
 
<nowiki><?php</nowiki>    </tt> und <tt>
 
 
 
<nowiki>?></nowiki>    </tt> umgeben. Man kann HTML und PHP mischen!


<source lang="PHP">
<source lang="PHP">