User Tools

Site Tools


kurs:php9.2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:php9.2 [2014/09/10 21:22]
kurs:php9.2 [2014/09/10 21:22] (current)
Line 1: Line 1:
 +**implode:​**\\ 
 +<code php> 
 +<?php 
 +print("<​table border='​1'><​tr><​td>"​);​ 
 +print(implode("</​td></​tr><​tr><​td>",​$musik));​ 
 +print("</​td></​tr></​table>"​);​ 
 +?> 
 +</​code>​ 
 +**Ausgabe**\\ 
 +| Folk | 
 +| Hip Hop | 
 +| Klassik | 
 +| Pop | 
 +| Rock | 
kurs/php9.2.txt · Last modified: 2014/09/10 21:22 (external edit)