Plug-in Posted November 3, 2009 Share Posted November 3, 2009 I want to be able to have a page with a short text area, and big text box and a button so that you write the title, the content and then save and it updates the page. Heres an example of what I won't I made it on MS Frontpage just to show you.. Click this bar to view the full image. Click this bar to view the full image. 1. This is where the title goes. 2. This is where the content goes 3. This is the save button BTW: Its on my pc so no security needed. Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/ Share on other sites More sharing options...
nadeemshafi9 Posted November 3, 2009 Share Posted November 3, 2009 have you got a server set up running php with mysql and a web server and can you create php pages and read databases in other words is your environment correct? Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950046 Share on other sites More sharing options...
GingerRobot Posted November 3, 2009 Share Posted November 3, 2009 How are you planning on storing the data? You could either put the title and content into a database, or you could use a template and write the content to a file. Whichever method you choose, you'll need some basic form handling to do this -- do you have any experience of PHP already? Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950047 Share on other sites More sharing options...
Plug-in Posted November 3, 2009 Author Share Posted November 3, 2009 I've got xampp running I just don't know how to set-up what I wont done. BTW: Thanks for fast reply Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950070 Share on other sites More sharing options...
Plug-in Posted November 3, 2009 Author Share Posted November 3, 2009 BUMP. I wont it so you fill out the form which will edit a database and then on the index the content and title will get data from database but I don't know how to link it all up Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950596 Share on other sites More sharing options...
Plug-in Posted November 4, 2009 Author Share Posted November 4, 2009 REBUMP, I know this is probably against the rules but I really need help. I've waited for a month on different forums and am loosing my patients. If you can't be bothered helping at least tell me what it is so I can google it. Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950884 Share on other sites More sharing options...
GingerRobot Posted November 4, 2009 Share Posted November 4, 2009 REBUMP, I know this is probably against the rules but I really need help. I've waited for a month on different forums and am loosing my patients. If you can't be bothered helping at least tell me what it is so I can google it. Well that is because you appear to be asking for someone to do this for you. If that is what you want, i suggest you pay someone. If you want to do this yourself, i suggest you start learning a little PHP. Read some tutorials. Find out how to interact with a database from PHP. Find out how to process a form with PHP. You could try the tutorial section on this website: www.phpfreaks.com/tutorials Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950889 Share on other sites More sharing options...
Plug-in Posted November 4, 2009 Author Share Posted November 4, 2009 Hi, thanks for a reply. I don't want it done for me as its a pure learning project. I will go for tutorials but the thing is I do not know what I'm looking for. Link to comment https://forums.phpfreaks.com/topic/180090-page-edit/#findComment-950904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.