Php:
Dragonskin 14.07.2002 - 14:18 568 6
Dragonskin
Banned
|
Da hat es doch nen Befehl gegeben das man nicht daund das machen muss
<body bgcolor=\"\"> usw
irgednwas mit news; udn unten dann noch was dran ... kann mir wer helfen
|
Philipp
Here to stay
|
$variable = <<<meinhtml
<body bgcolor="#000000">
meinhtml;
|
Dragonskin
Banned
|
thx alot ,)
|
Dragonskin
Banned
|
häh bekom das was ned gscheit hin: was falsch: <<<join <head> <title>Join US</title> <style type="text/css"> <!-- a:aktive {font-family:Verdana,Arial;font-size:8pt;color:blue;font-weight:normal;text-decoration:none;line-height:12pt;} a:hover {font-family:Verdana,Arial;font-size:8pt;color:Red;text-decoration:none;line-height:12pt;} body, p {font-family:Verdana,Arial;font-size:8pt;color:black;line-height:12pt;} a {font-family:Verdana,Arial;font-size:8pt;color:maroon;text-decoration : none;line-height :12pt;} .tabtex {font-family:Verdana,Arial;font-size:9pt;color:black;line-height :12pt;} .menu { font-family:Verdana,Arial;font-size:8pt;color:black;} .head { font-family:Verdana,Arial;font-size:9pt;color:black;line-height:12pt;} --> </style> <title>Succesfully Sended</title> </head> <body bgcolor="#B9C8D2" link="blue" vlink="blue" alink="red"> <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="0" border="0"> <tr> <td height="900"> <table bgcolor="#FFFFFF" width="100%" cellspacing="0" cellpadding="3" border="0"> <tr> <td height="900" valign="top" class="tabtex"><!--Hauptinhaltstabelle der Website Anfang--> Elitegroup/<u><a href="join.html"><font color="#0000FF">joinus</font></a></u><br><br> <br> <br> <b><u>Succesfully Sendet:</u></b><br> <br>[ETP]Ravemaster hat gerade deine Daten erhalten.<br> Er wird sich so schnell wie möglich um deine Daten kümmern.<p> </p> <p>Bis dahin VIEL Spaß beim fraggen, wünscht dir [ETP]Grisu and the <a href="members.html">CREW</a>.</td> </tr> </table> </td> </tr> </table> </form> </body> </html> join; "; ?>
|
Philipp
Here to stay
|
<?php
echo <<<join
<head>
<title>Join US</title>
....
</body>
</html>
join;
?>
|
sim
Bloody Newbie
|
in deinem text kommt dreimal "join/JOIN" vor. aber was ist eigentlich genau dein problem mit dem geposteten code?
|
Philipp
Here to stay
|
Er wusste nicht wie man den heredoc Operator einsetzt. Nach meinen beiden Beispielen sollte er es aber verstanden haben
|