MemphiS Posted December 3, 2007 Share Posted December 3, 2007 What im attempting to do. When a new user visits the site i wish to have a pop up asking them if they wish to tour the site and if accepted takes them to each page and each time they come to a new page it will pop up explaining the page contents. Im wondering if i can do this in php i was thinking headers though they get annoying with the constant header errors. Or mabey AJAX or javascript. Could someone give me an example of how i would achieve this =) Thanks Quote Link to comment Share on other sites More sharing options...
kratsg Posted December 3, 2007 Share Posted December 3, 2007 Why not just use a database, see if they have visited the page before, and if they haven't, echo out a tutorial at the top of the page. Quote Link to comment Share on other sites More sharing options...
MemphiS Posted December 3, 2007 Author Share Posted December 3, 2007 Thanks for the reply.. I already kinda planned that part it was more the "Tutorial" part im asking about how to take the user around the site. Quote Link to comment Share on other sites More sharing options...
MemphiS Posted December 3, 2007 Author Share Posted December 3, 2007 buuuuuuMp Quote Link to comment Share on other sites More sharing options...
revraz Posted December 3, 2007 Share Posted December 3, 2007 You don't have to use Headers, you can use HTML or Java to call a new page too. Quote Link to comment Share on other sites More sharing options...
kratsg Posted December 4, 2007 Share Posted December 4, 2007 Actually, if it was me... I'd use flash. Flash has functionality that can redirect pages for you, etc... And you can even show snapshots of pages within flash and all... Quote Link to comment Share on other sites More sharing options...
MadTechie Posted December 4, 2007 Share Posted December 4, 2007 Me persaonlly i would use something like Camtasia, and create flash/videos.. 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.