nickbunyun Posted January 31, 2008 Share Posted January 31, 2008 Hey guys.. i need help. Im makin this interface and this is what i need Main page - List with all members - Button to "Add New" member. Add New Member page - Name - Address - Phone Number click ok, and new member is pulled out of the db, and onto the main page. ok thats the easy part, i can do that. Now the harder thing is that When i click one of the members on the main page, to take me a new page "memberinfo" Member Info Page - have name, address, phone# at the top. - and a "Add Action" button - Add Action page - one text field that allows me to add a sentece (ex. Install CPU ) - a larger text field that allows me to add more text ( Take out the old.. install new.... put that and that... etc.). - submit it with a "number id" on the member page info to have a list of the actions.. be able to add new.. and delete. It seems like alot of coding.. so i wouldnt mind using a third party program. if anyone knows any.. please let me know im interested. Thanks guys! Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/ Share on other sites More sharing options...
resago Posted January 31, 2008 Share Posted January 31, 2008 joomla? Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454830 Share on other sites More sharing options...
nickbunyun Posted January 31, 2008 Author Share Posted January 31, 2008 could u explain it a lil more ?? does joomla have an extension like that ? Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454836 Share on other sites More sharing options...
Azarian Posted January 31, 2008 Share Posted January 31, 2008 Actually it would not be that hard at all. When you click on the member hand off that member name in a variable to a new page that has a script that will take that member name and do your query . Than take that query and store that data into variables. Now hand those variables off to to a script that will display them out and add your buttons and other functionalities. Kinda think of it like a submit form, kinda. When you click on the the member your submitting his name into the script to be processed. Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454851 Share on other sites More sharing options...
nickbunyun Posted January 31, 2008 Author Share Posted January 31, 2008 well if i knew how to code... id do it.. otherwise i'll have to find bunch of tutorials and start combining them.. for me finding a third party would be easier... since my coding skills are not that great. Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454853 Share on other sites More sharing options...
Azarian Posted February 1, 2008 Share Posted February 1, 2008 well if i knew how to code... id do it.. LOL! You said you had most of it done so i figured you knew how to code! Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454953 Share on other sites More sharing options...
nickbunyun Posted February 1, 2008 Author Share Posted February 1, 2008 well if i knew how to code... id do it.. LOL! You said you had most of it done so i figured you knew how to code! im pretty sure i didnt... i can do the first part... sending it to the db and showing on the page.php and get it to add new customers... i can do that no problem... whats harder.. is to add the new stuff... to click on the name and edit Options2. Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454955 Share on other sites More sharing options...
revraz Posted February 1, 2008 Share Posted February 1, 2008 If you want something already made or someone to make it for you, try the 3rd Party Scripts forum or the Freelance Forum Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454957 Share on other sites More sharing options...
nickbunyun Posted February 1, 2008 Author Share Posted February 1, 2008 actually i remember using fusionphp news system.. and i can edit that.. because thats got all the fields i would need... anyone know how i can get fusionphp news system ? they're site is down apparently they got hacked... Quote Link to comment https://forums.phpfreaks.com/topic/88805-interface-question/#findComment-454963 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.