Hallo erstmal. Ich muss vorne weg sagen das ich kaum Ahnung von HTML/PHP habe und suchen jemanden der mir bei etwas helfen kann. Ich habe eine html file in der mehrere links sind. Ich suche nun eine Möglichkeit die links durch konstanten zu ersetzen und dieser in einer seperaten php/config/ect. datei im selben verzeichnis zu setzen.
Sprich anstelle von "file:///opt/sybhttpd/localhost.drives/HARD_DISK/Moviez/Music Vidz/Deutsch HipHop/playlist.jsp" hätte ich gerne das dort sowas wie "$deutsch" drin steht und er sich den wert davon aus einer externen datei holt. Ich denke sowas ich möglich. Allerdings habe ich wirklich kein plan von sowas. Danke schon einmal im voraus.
<html>
<head>
</head>
<body div background="skin/background.jpg" onloadset="icon_deutsch" text="#D4E7F7" link="#CCCCCC" vlink="#CCCCCC" alink="#56A0C7" class="oneColLiqCtr">
<font face= "arial"></font>
</body>
<table width="100%" align="center">
<tr>
<td height="150" align="center">
<img src="skin/logo.png" width="721" height="150">
</td>
</tr>
</table>
<table width="100%" align="center">
<tr>
<td height="405" valign="bottom" align="center">
<a href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Moviez/Music Vidz/Deutsch HipHop/playlist.jsp" vod="playlist" name="icon_deutsch" id="thumbimage"><img src="skin/icon_deutsch.png" border="0" alt="" onfocussrc="skin/icon_deutsch_on.png"/></a>
</tr>
</table>
</body>
</html>
Sprich anstelle von "file:///opt/sybhttpd/localhost.drives/HARD_DISK/Moviez/Music Vidz/Deutsch HipHop/playlist.jsp" hätte ich gerne das dort sowas wie "$deutsch" drin steht und er sich den wert davon aus einer externen datei holt. Ich denke sowas ich möglich. Allerdings habe ich wirklich kein plan von sowas. Danke schon einmal im voraus.
<html>
<head>
</head>
<body div background="skin/background.jpg" onloadset="icon_deutsch" text="#D4E7F7" link="#CCCCCC" vlink="#CCCCCC" alink="#56A0C7" class="oneColLiqCtr">
<font face= "arial"></font>
</body>
<table width="100%" align="center">
<tr>
<td height="150" align="center">
<img src="skin/logo.png" width="721" height="150">
</td>
</tr>
</table>
<table width="100%" align="center">
<tr>
<td height="405" valign="bottom" align="center">
<a href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Moviez/Music Vidz/Deutsch HipHop/playlist.jsp" vod="playlist" name="icon_deutsch" id="thumbimage"><img src="skin/icon_deutsch.png" border="0" alt="" onfocussrc="skin/icon_deutsch_on.png"/></a>
</tr>
</table>
</body>
</html>