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 Link to comment https://forums.phpfreaks.com/topic/10939-simple-php-task-help/ 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. Link to comment https://forums.phpfreaks.com/topic/10939-simple-php-task-help/#findComment-40841 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. Link to comment https://forums.phpfreaks.com/topic/10939-simple-php-task-help/#findComment-40882 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?? Link to comment https://forums.phpfreaks.com/topic/10939-simple-php-task-help/#findComment-40931 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.