logged_with_bugmenot Posted August 8, 2006 Share Posted August 8, 2006 Hello everyone! :)I am looking for a troubleshooting system for a website, something along the lines of a "tree structure" i guess:maybe like:[color=red]what are you having a problem with? (and then some options - links)- planes- boats- cars- helicopters[/color]and then you can click the option you want (let's say airplanes) and it will lead to another page:[color=blue]what problems are you having with planes?-air sickness-boring movies-bad food-crampy chairs[/color]and then you choose another option (let's say bad food) and it will again lead to another page:[color=green]Recommended solution:Bring your own food from home for the flight.[/color]see what i'm going for here?does something like this exist?shouldn't be too hard to program i think.... I could perhaps program it in pascal but i'm no good in real life applications (so much for life prepareness in school...)I would appreciate your help guys!-Leavp.s. Thank you "BugMeNot" -> this is a cool firefox extension! saves time! Link to comment https://forums.phpfreaks.com/topic/16935-troubleshooting-system/ Share on other sites More sharing options...
glenelkins Posted August 8, 2006 Share Posted August 8, 2006 Come on m8, this is a very very very simple program to write in PHP/MySql!You could have seperate tables in a database for each answer for example:TABLE1: MainProblemsField1: IDField2: ProblemTABLE2: SecondLevelProblemsField1: IDField2: MainProblemIdField3: SecondLevelProblemetc etc Link to comment https://forums.phpfreaks.com/topic/16935-troubleshooting-system/#findComment-71321 Share on other sites More sharing options...
logged_with_bugmenot Posted August 8, 2006 Author Share Posted August 8, 2006 yeah but the thing is i have infinitesimal php coding skills.I was looking for a system with all the admin section already written....i assumed this would be pretty popular, but i havn't been able to find anything....whenever i search google for "php troublshooter" it'll just pop up stuff about troubleshooting php scripts :-\ ???if you know of a ready made system this would help alot, though if push comes to shove and there is nothing out there, i will right something myself while learning php on the fly.... that could take months.... :Pany help would be apreciated!Thanks again!-Leav Link to comment https://forums.phpfreaks.com/topic/16935-troubleshooting-system/#findComment-71336 Share on other sites More sharing options...
logged_with_bugmenot Posted August 9, 2006 Author Share Posted August 9, 2006 I know this isn't really appropriate but I would like to give this one more chance to be read by people by bumping it up...I really need help on this.Please If you can help me :)-Leav Link to comment https://forums.phpfreaks.com/topic/16935-troubleshooting-system/#findComment-71959 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.