Tech Support Guy banner

Website development

932 Views 2 Replies 3 Participants Last post by  dvk01
Hi would like to seek help in developing webpage. Currently I'm a newbie in html, css and javscript so i really need your help. Currently i need to develop a webpage to store students name, thier ic number and their results, however i dont know what to begin with. The webpage must be able to store all the information into a list and also edit details. Thank you in advance. Please do not mention anything about php or mySQL as I have zero experiece in it
Status
Not open for further replies.
1 - 3 of 3 Posts
You ask for help and then say but don't tell me to do that. It isn't really helpful.

If you want to do the job properly you will need to have a database and a method of interacting with it.

You could probably fudge something together with a flat file and some javascript BUT it is a fudge and will be far from ideal.

Use this as a learning experience and add php and mySQL to your skill set. There are pre-built scripts available that will get you most of the way to what you want (take a look at HotScripts or similar). Examine the code and understand what it is doing and then tweak it to do exactly what you want, this is a great way of learning. There are also lots of videos on YouTube with code examples that will help with your site development.
simplest way would be use a cms like wordpress with a suitable directory plugin
many drectory plugins will allow a user to edit their own details and you can set what will be publicly available and what will be private
1 - 3 of 3 Posts
Status
Not open for further replies.
Top