What languages should I learn so costumers can update their own pages?

MY SPOUSE AND I own a on the web radio station. My goal to the site is per DJ to have their page, where they will upload their aged mixes. They would enter in the name of the mix, upload it and it would automatically update for the page. I realize css and xhtml. I was told we should learn PHP to take care of the uploading section. But what in regards to the page automatically updating each and every time the DJ enters a new mix How may this be accomplished
Thank you

When you say ‘automatically’ if you mean without your refresh then AJAX can be worthy, although a php form submission is suitable too.

PHP may handle the DJ stepping into the mix identify, the mix file itself and the page will refresh and the updated/uploaded infiormation could possibly be shown.

I do believe he’s not soon after AJAX, and AJAX would be a step ahead too far from him here.

The thing you need is a server-side terminology like PHP/ASP/RoR, which sometimes do admin logins, form and page generation to suit your needs, and a databases like MySQL/MSSQL to regulate your data from a logical system. What you’re looking to do is pretty basic, actually. I’d pick PHP and MySQL for this task.

An alternative would be to adopt a CMS into the body.

Yeah I’d personally agree – php & mysql would often be my choice : I’ve just written a couple of (very basic) CMS’s utilizing these – for a pointer, you should be heading for utilizing sessions with php, " session" issues, " post" issues, " get" variables (if the knowledge isn’t sensitive), and possibly cookies if you want to have a " don’t forget me" type checkbox.
W3 schools isn’t really a bad place to begin, and also the actual official online php website and reference.

Change – also, crucial, look at " validation" – not the type you use in your css and xhtml however " form validation" – for extra security, and also if you are using sql, view preventing sqlinjecion to get security reasons.

excellent!!! thanks guys!!! This really helped me move on in the perfect direction.

Check out Joomla to get a CMS to do exactly what you long for. You don’t should be an experienced programmer to set up it. Basic understanding of HTML/CSS and a comprehension of PHP can get you started http: //www. joomla. org/.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *