Jump to content

An Update Form?


justinwol

Recommended Posts

I'm new to scripting languages, but have been using HTML for awhile. After doing a fair bit of research I've found that since I already know HTML and CSS, then the best next step for me to take is to learn Javascript, unless I'm wrong about this?What I would like to do, or eventually do, is to have a page that an admin can log into and then they would be able to fill out forms which will then update the content for the rest of the website, ie. News submissions, calenders, member lists, etc. all from just filling out forms on his website "control panel".My question is, first of all, is Javascript all I need to know to be able to do this? Or, my gut feeling, do I need server side scripting like PHP, or PHP and MySQL on top of Javascript?I don't want it to be any sort of a complex "control panel", just simple forms that change the content of the other pages, and using CSS I can control the appearance of the content, correct?This might be alittle too complex of a project for me at this point, but then again I'm not sure. But I don't want to end up wasting a tonne of time learning a language that wasn't the right language to learn in the first place. So I'm looking for some guidance and someone to point me in the right direction, so in a month or two I'll have actually accomplished something!Thanks for your help in advance.

Link to comment
Share on other sites

Most of the things you would use JavaScript for (for the project you described) can be accomplished with the Server-side language you choose (ASP or PHP). SO I would recommend not spending too much time on JavaScript but just learn the basics.You will then need to learn PHP/ASP of course and SQL to be able to talk the the MySql database or whatever database you decide to use.

Link to comment
Share on other sites

aspnetguy's right. I did that same kinda site a couple months ago. Everything on the site is from the database. I used PHP and mySQL, there is also a bit of javascript for specific pages. If you just learn the basics of javascript you should be fine. If you understand how dynamic languages work, you shouldn't have any problems with PHP. Worst case, I can always help you :)

Link to comment
Share on other sites

Ok, that makes sense. I was thinking that a server side language would be a better choice to concentrate on learning. I will still learn javascript, but not put too much effort into learning it.And vchris, I'll probably take you up on your help offer at some point :)Thanks for the quick replies guys.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...