"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

Php:

Dragonskin 14.07.2002 - 14:18 568 6
Posts

Dragonskin

Banned
Registered: Jan 2002
Location: Austria - Linz
Posts: 402
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
Registered: Jul 2001
Location: Wien
Posts: 1922
Code: PHP
$variable = <<<meinhtml

<body bgcolor="#000000"> 

meinhtml;

Dragonskin

Banned
Registered: Jan 2002
Location: Austria - Linz
Posts: 402
thx alot ,)

Dragonskin

Banned
Registered: Jan 2002
Location: Austria - Linz
Posts: 402
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
Registered: Jul 2001
Location: Wien
Posts: 1922
Code: PHP
<?php

echo <<<join
<head>
<title>Join US</title>
....
</body>
</html>
join;

?>

sim

Bloody Newbie
Registered: Jul 2002
Location: vienna
Posts: 40
in deinem text kommt dreimal "join/JOIN" vor.
aber was ist eigentlich genau dein problem mit dem geposteten code?

Philipp

Here to stay
Registered: Jul 2001
Location: Wien
Posts: 1922
Er wusste nicht wie man den heredoc Operator einsetzt. Nach meinen beiden Beispielen sollte er es aber verstanden haben :)
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz