Posted by jojo on 10/13/06 17:07
kelvoon@hotmail.com wrote:
> I am currently doing a pay per click system (like google Adsense).
> I am wondering how is the pay per click process.
> Does anyone have the idea?
> Can it be done using php and javascript only?
>
I wouldn't use JavaScript. It can be switched off, so maybe a user
clicks but the click isn't recognized because the user has Javascript
disabled.
Perhaps you create a website which is opened when you click the add (I
guess it's an add??) and writes the click in any file or database and
then redirects to the page you want to display. this would only need
some server-side script, PHP for example. You can either use the
HTTP-referer to get the information on which website the add whcih was
clicked was or you send some information along with the URL.
Just an idea.
HTH, jojo
[Back to original message]
|