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 Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/ 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. Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-404961 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. Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-404963 Share on other sites More sharing options...
MemphiS Posted December 3, 2007 Author Share Posted December 3, 2007 buuuuuuMp Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-404980 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. Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-405047 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... Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-405660 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.. Link to comment https://forums.phpfreaks.com/topic/79954-creating-a-live-tutorial/#findComment-405689 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.