如何创建照片卷网站[关闭]

如何创建照片卷网站[关闭]

问题描述:

I'm attempting to create a website that when someone uploads a picture, it appears on the homepage.

What language would be easier to use for this (javascript, PHP or other) and how would I go about creating this.

我正在尝试创建一个网站,当有人上传图片时,它会显示在主页上。 p >

哪种语言更容易使用(javascript,PHP或其他)以及如何创建它。 p> div>

Popular scripting languages of today which include Python, PHP, Javascript, and more; have robust libraries to support a whole lot of common operations such as image uploading and more.

A decision of whether PHP or Javascript is to be used, is entirely up to you. Since you are going to be the one coding it you should be comfortable with the language. Give a go at these programming languages and find which one suits you the best

If you were to ask me, I don't generally give crystalline answers to such vague questions, however I would recommend javascript as it seems that you aren't experienced with any language in particular as of yet. This will simplify your full stack development by allowing you to code in one language. Note this is a personal advise and could not necessarily be correct here.

-Relfor