Thread URL auslesen (9 answers)
Opened by weperl at 2006-01-07 18:33

bloonix
 2006-01-07 19:23
#33896 #33896
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=weperl,07.01.2006, 17:33]die URL[/quote]

welche URL? Die URL, auf dem die "Seite" liegt?
Wenn mich nicht alles täuscht, geht das garnicht.

Code: (dl )
1
2
3
4
5
6
7
8
<html>
<head>
<title>no url</title>
</head>
<body>
<p>Dieser HTML-Code ent&auml;t keine URL</p>
</body>
</html>


Oder meinst du allgemein alle URLs aus dem HTML-Code?
Also sowas wie <a href="#"> oder background:url(img.gif); ...

Gibts da nicht etwas auf CPAN ?? HTML::Parse ??

Edit:

oder schau mal in $ENV{HTTP_REFERER} nach.\n\n

<!--EDIT|opi|1136663717-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread URL auslesen