voasi Posted May 20, 2008 Share Posted May 20, 2008 Ok, so here's the setup: Page1 shows a frame and shows siteID1. User then will hit external button on siteID1 which will bring up "Thank you" page. I don't want the user to go to Thank You page, but rather go to siteID2. We'll have all the sites in the DB already. Also, siteID1 should never be visited again after user hits external button. Is there a way to do this? Quote Link to comment Share on other sites More sharing options...
paulman888888 Posted May 20, 2008 Share Posted May 20, 2008 Use PHPmyvisits. Its very good at every thing. http://www.phpmyvisites.us/ Quote Link to comment Share on other sites More sharing options...
paulman888888 Posted May 20, 2008 Share Posted May 20, 2008 Can i use post data? Something like (I don't know how to write this in php language) <?php $password = anything //i will change this later If $post[password] is = to $password ?> Quote Link to comment Share on other sites More sharing options...
paulman888888 Posted May 20, 2008 Share Posted May 20, 2008 sorry wrong topic Quote Link to comment Share on other sites More sharing options...
voasi Posted May 20, 2008 Author Share Posted May 20, 2008 Thanks - I don't need analytics tracking, but keeping track of the page. Quote Link to comment Share on other sites More sharing options...
paulman888888 Posted May 20, 2008 Share Posted May 20, 2008 sorry misunderstood. If your useing page frames then it will work. PHPmyVisits has a built in multi-site meaning it can keep track of all pages in all sites. It also has a built in redirector so you know which buttons are being clicked. Try it. I like it. Quote Link to comment Share on other sites More sharing options...
voasi Posted May 20, 2008 Author Share Posted May 20, 2008 no problem. Anyone else? Quote Link to comment Share on other sites More sharing options...
paulman888888 Posted May 20, 2008 Share Posted May 20, 2008 can you explain it in more detail please. Quote Link to comment Share on other sites More sharing options...
voasi Posted May 20, 2008 Author Share Posted May 20, 2008 Here's a more detailed explanation: We start with a page that has a form with first name, last name and email address. When submitted you are taken to a page that has 2 frames. The first name, last name and email address from the form will be included in the url using the get method to auto populate the email address field in the form in the bottom frame. The top frame pulls a header file from our server no problem. The bottom frame pulls a URL from a database. We have a DB of URL’s that go to an external webpage that contains a form. We want it so that when the user clicks submit on the form and is taken to a thank you page, the program will check the db and see that the thank you page is not in the list of URL’s in the db and will then go to the next URL in the db. It will keep doing this for all of the URL’s in the db. Keep in mind the forms are on external pages and we have no control over them. Possible to do? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.