Hallo,
ich habe da ein kleines problem mit html tags in php datein...
Der Browser gibt mir aus das bei line 7 ein Parse error bzw. syntax error drin steckt. Aber wieso ? HTML Tags sind doch in php kürzel erlaubt ? Oder gilt das nicht für jeden html tag ?
Wie müsste ich das mit dem Video Code machen damit er mir keinen fehler mehr ausspuckt ?
Liebe Grüße
ich habe da ein kleines problem mit html tags in php datein...
Code:
<html> <head> <title>test</title> </head> <body> <?php <object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/0cM2VxfeMt8&hl=de_DE&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0cM2VxfeMt8&hl=de_DE&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object> ?> </body> </html>
Wie müsste ich das mit dem Video Code machen damit er mir keinen fehler mehr ausspuckt ?
Liebe Grüße
Kommentar