<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lettura IP e tipo browser da sito]]></title><description><![CDATA[<p dir="auto">Ciao,</p>
<p dir="auto">avrei bisogno di sapere se esiste un codice html per mettere su un sito una pagina che legga ( e visualizzi ) il codice IP ed il tipo di Browser del visitatore.<br />
Cioè quello che fa il sito <a href="//whatismyipaddress.com/">//whatismyipaddress.com/</a> - limitatamente all'indirizzo IP.</p>
<p dir="auto">Grazie</p>
]]></description><link>https://connect.gt/topic/94015/lettura-ip-e-tipo-browser-da-sito</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 03:17:01 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/94015.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Feb 2009 17:15:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lettura IP e tipo browser da sito on Sun, 08 Feb 2009 09:37:03 GMT]]></title><description><![CDATA[<p dir="auto">In php sono poche righe di codice in html non credo si possa.</p>
<pre><code>
&lt;?php
$browserutente = $_SERVER['HTTP_USER_AGENT'];
$iputente = $_SERVER ['REMOTE_ADDR'];

echo $browserutente , $iputente;
?&gt;

</code></pre>
]]></description><link>https://connect.gt/post/806239</link><guid isPermaLink="true">https://connect.gt/post/806239</guid><dc:creator><![CDATA[mas245]]></dc:creator><pubDate>Sun, 08 Feb 2009 09:37:03 GMT</pubDate></item></channel></rss>