<?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[Tracking Pixel con Php]]></title><description><![CDATA[<p dir="auto">Grazie ad Erise che mi ha segnalato questa guida  thatsmith . com /2008/11/how-to-make-tracking-images-with-php sono riuscito a creare il pixel tag che mi serviva. Ora devo personalizzarlo, ma conosco pochissimo il php sono in difficoltà e mi servirebbe averlo per domani mattina ed il tempo stringe.</p>
<p dir="auto">Questo è lo script diciamo di base :</p>
<pre><code>&lt;?php
header("content-type: image/png");echo gzinflate(base64_decode("6wzwc+flkuJiYGDg9fRwCQLSjCDMwQQkJ5QH3wNSbCVBfsEMYJC3jH0ikOLxdHEMqZiTnJCQAOSxMDB+E7cIBcl7uvq5rHNKaAIA"));
$db=new PDO('mysql:host=localhost;dbname=*********', *******',
'*******');
$db-&gt;prepare('INSERT INTO hits (id,ip,page,timestamp) VALUES (?,?,?,?)')-&gt;execute(array($_GET['id'],$_SERVER['REMOTE_ADDR'],
$_SERVER['HTTP_REFERER'],time()));
?&gt;
</code></pre>
<p dir="auto">Mi serve un ulteriore parametro ovvero "Orderid". Ho aggiunto un campo alla tabella Hits -orderid- appunto (campo testo). Come faccio ad inserire in questo script la riga di codice che riempe il campo "orderid"?</p>
<p dir="auto">Grazie</p>
]]></description><link>https://connect.gt/topic/190597/tracking-pixel-con-php</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 11:27:14 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/190597.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Jun 2013 19:50:28 GMT</pubDate><ttl>60</ttl></channel></rss>