Parabola
03-02-2007, 03:12 AM
Hi there,
I am trying to run a counter so when a person clicks on a banner, it updates the db with a new number.
I have called the banner link: ad_counter.php?id=1
I have a field in my table called ad_counter
Then im setting a recordset to GET the data.
I am using:
$last = $row_Recordset1['ad_counter'];
$add = 1;
$ad_counter = $last + $add;
What I want to do is auto form fill and update the database, and proceed to their website without this process even being seen.
Is this possible without having a form?
A basic statistics gatherer for businesses who wish to advertise.
Thankyou
I am trying to run a counter so when a person clicks on a banner, it updates the db with a new number.
I have called the banner link: ad_counter.php?id=1
I have a field in my table called ad_counter
Then im setting a recordset to GET the data.
I am using:
$last = $row_Recordset1['ad_counter'];
$add = 1;
$ad_counter = $last + $add;
What I want to do is auto form fill and update the database, and proceed to their website without this process even being seen.
Is this possible without having a form?
A basic statistics gatherer for businesses who wish to advertise.
Thankyou