Hello guys i want to ask how can i update my website, i want to make website for random posts updates but im confuzed in creating it. My question is how can i add new posts, do i need to create html files everytime i write new post and update it to the server or is there other way to do it with PHP for example to make "admin panel site" www.mywebsite.com/admin
(with password protection) and from there to do the rest. Or maybe there is other way of doing this ? If you didnt get me ask below i will try to explain again i have abad english.
Stefce 146 Posting Pro
Recommended Answers
Jump to PostYou should have a form - either public or behind an admin wall - depending on who is allowed to post. If just you - then have it behind the admin wall (login). The post title, body, tags, date, author etc should be saved to a DB table, e.g. 'posts'. …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.