scottcackett Posted June 1, 2006 Share Posted June 1, 2006 Hi,I recently designed a website for my basketball team and had the idea of allowing othet team members to update parts of the site e.g. News, Game Reports.Can anyone give me some pointers on how to begin coding php that will allow users to log in to a page on the site that will allow them to enter news/game reports in to a form then when they press a button it will not only create the appropriate .php/.html file (in the style of the rest of the site) but will also add a link to the page on both the index.html page and news page?Any tutorials or tips would be very handy as I am completely lostThanks Quote Link to comment Share on other sites More sharing options...
wisewood Posted June 1, 2006 Share Posted June 1, 2006 you need to look for tutorials on php & mysql.There are plenty out there, just learning the basics should point you in the right direction. Quote Link to comment Share on other sites More sharing options...
localhost Posted June 1, 2006 Share Posted June 1, 2006 Well yeah, start with registration, then use sessions to log them in. A news system isn't that hard, securing it against sql injection could be although considering only basketball team members will have access I wouldn't worry about that. Quote Link to comment Share on other sites More sharing options...
scottcackett Posted June 1, 2006 Author Share Posted June 1, 2006 what if i was to banish the registration part. are there any tutorials out there that show how to set up my sort of project?? Quote Link to comment 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.