Joke Collection Website - Cold jokes - Why can't I load the website source code? Why can't I load the website source code?

Why can't I load the website source code? Why can't I load the website source code?

How to solve the problem that the website cannot be downloaded?

Php website source code download, and how to run it on this machine?

To run PHP code, you must have an existing server environment.

1. Download a xampp on the Internet and install it.

2. put the code in xampphtdocs.

3. Open a browser and enter 127.0.0. 1/ file name. php。

For example, if you have a file named index.php, you can access it directly by typing127.0.0.1/index.php.

4. It is suggested to add folders in htdocs to avoid confusion.

5. You can also change the default htdocs directory to another location, which is described in this website.

You can go to the mountain platform to see. The content is very good.

How to download the web page source code and make your own website?

First, go to the source website to download the source code, or download some open source CMS systems.

Second, the local computer can install IIS environment, so you can debug and make websites on the local computer.

Third, if you don't want to do the second step, you can buy or try out the space according to the downloaded source code type, and upload the source code to the space through FTP software. For example, if the source code you downloaded is. Asp, then you need to find a space that supports asp language. Pay attention to the database format.

How to get the website source code?

First, you should make sure that the source code of the website is not encrypted. Second, enter your own ftp to download all the source code. If it is php/mysql, prepare a mysql library. Third, upload source code to space, re-import data, and configure library parameters. Fourth, resolve the binding domain name.

How to use the website source code?

After the website source code is downloaded. You create a new TXT text document, then copy the code into it, and then change the suffix to html. That is, how to open a web page, so that once you open it, it becomes a web page. However, it should be noted that the picture in the code in the webpage is the address, which means that when you open the webpage, the picture in the code is downloaded from the original website. If you disconnect from the network and open that webpage, you will find that the picture is missing, and you will come back when you open the network picture.