Jack.C Posted November 12, 2008 Share Posted November 12, 2008 Hi, I'm new here, but I seen this feature on a website which I would really like on mine, and I want to actually do it myself, but I don't even know where to begin other than a database. http://www.sidereel.com/Prison_Break click on "links" I want to have a script that allows people to add links, and add them to specific categories for each show. Each show has it's page, and on each page users can add a link, based on the link category (used for episode/season) info. Also an admin section with all links submitted, so we can add/delete them if need be. can anybody help? Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/ Share on other sites More sharing options...
trq Posted November 12, 2008 Share Posted November 12, 2008 Id'e suggest learning the basics. Theres a good (free) book in my sig, Hudzilla. Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-688889 Share on other sites More sharing options...
Jack.C Posted November 12, 2008 Author Share Posted November 12, 2008 I know the basics of mysql, and php. but i dont know where to begin with this, other than the database. Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-688899 Share on other sites More sharing options...
Jack.C Posted November 13, 2008 Author Share Posted November 13, 2008 anybody? Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-689466 Share on other sites More sharing options...
nitation Posted November 13, 2008 Share Posted November 13, 2008 I certainly believe no one in the forum is gonna answer your question. You need to start something and when you stuck, you come back and we can point you. If someone is gonna leave his/her time to explain in detail the requirements, then i believe you must pay dearly for it. What i would do is; Create a secured Admin area using a username and a password. In the admin section, there should be a link to create categories and sub categories. Parent/Child kind of. On my main page, i would display all categories and sub categories from my database and a user can easily add link and make comment too. My 2 cent Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-689490 Share on other sites More sharing options...
Jack.C Posted November 27, 2008 Author Share Posted November 27, 2008 I don't expect anybody to do this for me, I asked if anybody could point me in the right direction to doing it myself. which means tutorials on the stuff I would need to learn to be able to do it. Thanks! Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-700017 Share on other sites More sharing options...
trq Posted November 27, 2008 Share Posted November 27, 2008 I know the basics of mysql, and php. but i dont know where to begin with this, other than the database. So, design the database. Then create a page to add the links. Then another to display them. You need to be allot more specific about your actual problem. Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-700025 Share on other sites More sharing options...
Jack.C Posted November 27, 2008 Author Share Posted November 27, 2008 How do I use php to create tree-like sub categories for each show? Where each episode has it's own collapsible tree. Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-700030 Share on other sites More sharing options...
trq Posted November 27, 2008 Share Posted November 27, 2008 That would be done in Javascript. Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-700038 Share on other sites More sharing options...
Jack.C Posted November 27, 2008 Author Share Posted November 27, 2008 Yeah, but how do I exactly combine the php code with the java script so that when they add an episode, it goes into that format? Link to comment https://forums.phpfreaks.com/topic/132490-need-some-help/#findComment-700042 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.