PHP script needed to track url - will pay !!!

This is a discussion on "PHP script needed to track url - will pay !!!" within the PHP Forum section. This forum, and the thread "PHP script needed to track url - will pay !!! are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 12th, 2005, 13:02
New Member
Join Date: Dec 2005
Location: manchester
Age: 36
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
PHP script needed to track url - will pay !!!

I'm not sure if i'm allowed to do this but I have been trying to find the solution myself but i lack php knowledge. I am trying to set up a simple affiliate prgram and I need to be able to track which website a client has come from. They then might visit a few other pages on my site before submitting an enquiry through an asp page. This asp page then sends an email to the client and to me. When a query is submitted i need to know which website they came from originally. I am willing to pay for the code as i dont have time to learn all the php i need at the moment. Any help would be greatly appreciated.
regards,
paul
Reply With Quote

  #2 (permalink)  
Old Dec 12th, 2005, 16:16
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: PHP script needed to track url - will pay !!!

http_referer?
Reply With Quote
  #3 (permalink)  
Old Dec 12th, 2005, 20:47
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP script needed to track url - will pay !!!

Quote:
Originally Posted by sypher
http_referer?
Undoubtedly, yes, followed by a session / cookie to remember where the arrival linked from. Not perfect because a web user can turn off the referer in his browser so possible referred business wouldn't be allocated properly; better to issue associate IDs to sites that link it and have them add the data to the end of the URL.
But I don't think the original poster is looking for a technical solution - I think he's looking for someone to do the work for him. He says he doesn't have the time to learn PHP himself - if he did, I might suggest the PHP class I'm teaching in January!
Reply With Quote
  #4 (permalink)  
Old Dec 12th, 2005, 21:41
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP script needed to track url - will pay !!!

So your simply trying to track which website the client came from and not any other data? this would be very easy to do.
Then the refer website could be logged to a cookie on the user's computer. Then your email script could easly call that data.
You could of course always take the easy way out and have a drop down menu that has "where did you hear about this site?"
Reply With Quote
  #5 (permalink)  
Old Dec 13th, 2005, 07:03
New Member
Join Date: Dec 2005
Location: manchester
Age: 36
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP script needed to track url - will pay !!!

thanks for getting back to me. so would you be able to do it for me? if so, approx how long would it take and how much would it cost? i would be very grateful because i simply do not have the time to learn the required php and I need this as soon as possible. It would have to be the first option with session and cookie.
Reply With Quote
Reply

Tags
php, script, needed, track, url, pay

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Needed With Script Uploading gunnapaul2 Scripts and Online Services 1 Nov 1st, 2007 10:16
PHP Code Editor script needed Marc PHP Forum 6 May 5th, 2007 16:31
WeeWeeSlap.com - Track Exchange Site Sleaklight Free Web Site Critique 3 Dec 26th, 2006 12:14
PHP/XML to track Website info Brad_Armitage PHP Forum 0 Sep 29th, 2005 19:20


All times are GMT. The time now is 07:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43