从哪儿开始?构建使用数据库的网站 [英] Where to start? Building a website that uses a database

查看:105
本文介绍了从哪儿开始?构建使用数据库的网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前还没有开始正式的网络开发工作,因为我从来没有需要一个网站。但是我在使用C#等语言编译软件时非常有能力,我也经常使用Python,所以我不是完全在黑暗中。

I haven't started working seriously with web development just at the moment, as I have never had the need for a website. However I am quite competent when it comes to building software using languages like C#, I have also frequently work with Python, so I am not totally in the dark.

当谈到网络时,我只知道用于网络开发的不同语言,并且对每个人都有一个模糊的想法。
我意识到这个问题可能有千个不同的答案,所以我会是一个具体的,因为我可以。

When it comes to the web I only know the different languages out there for web development, and have a vague idea of what each one does. I realize this question could have thousand different answers so I will be a specific as I can.

这里是我正在尝试的网站类型的描述建立:
基本上是一个网站,用户可以登出论坛,如果他们愿意,他们可以注册一个帐户与我的网站,这将允许他们开始发布在某些页面上的评论。

Here is a description of the kind of website I am trying to build: Basically a website where users can check out forums, and if they would like to, they can register an account with my website, which would allow them to start posting comments on certain pages.

基本上我要问的是:为了开始一个网站(如上所述),我需要在哪里开始?需要什么语言/ Web技术?第一个地方是什么?即。开始学习html ...另外,有没有可能任何免费的电子书在线,可以让我开始。

Basically what I am asking is: In order to start a website, (like the one described above), where do I need to start? What languages/web technologies are going to be needed?, where would the first place be to start? ie. start learning html... Also, is there perhaps any free ebooks online that could get me started.

我希望这是足够的信息,记住我不是在寻找一个令人难以置信的密集和详细的答案,只是一个简单的解释,从哪里开始,什么语言将是简单和容易开始...我意识到创建这种网站需要许多艰苦的工作和复杂的任务,所以只是记住我只想要一个想法如何攀登前2或3楼梯,而不是现在的整个楼梯。感谢堆!

I hope this is enough information, keep in mind I am not looking for a an incredibly dense and detailed answer, just a simple explanation as to where to start, what language would be simple and easy to start with... I realize to create this kind of website takes a lot of hard work and complicated tasks, so just keep in mind I am only wanting an idea as to how to climb the first 2 or three stairs, not the whole staircase just right now. Thanks heaps!

推荐答案

我在windows和os x上开发网站,但是Nick说你需要一个PHP + MySQL服务器,您可以从这里获得:

I am developing websites on both windows and os x, but as Nick said you will need a PHP + MySQL server which you can get from here:

http://prdownloads.sourceforge.net/appserv/appserv-win32-2.5.10.exe?download

配置是相当容易,但安装appserv后,我建议你从这里下载最新版本的PHP:

Configuration is fairly easy, however after installing the appserv, I would advise you to download the latest version of PHP from here:

http://windows.php.net/downloads/releases/php-5.4.15-Win32 -VC9-x86.zip

并将所有这些文件复制到C:\AppServ\php5。确保apache没有运行,可以通过转到:开始 - >所有程序 - > Appserv-> Control Server by Service-> Apache Stop。停止它。

and copy all of those files to C:\AppServ\php5. Make sure that apache is not running, you can stop it by going to: Start->All Programs->Appserv->Control Server by Service->Apache Stop.

因为nick说使用已经写的论坛系统更快更容易:PHPBB,vBulletin等。

As nick said it is faster and easier to use forum systems that are already written: PHPBB, vBulletin etc.

祝你好运。

这篇关于从哪儿开始?构建使用数据库的网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆