简体   繁体   English

如何在PHP中编译网页代码?

[英]How to compile webpage Code in PHP?

I am a beginner in PHP language and I have bought a PHP webpage code.我是PHP语言的初学者,我买了一个PHP网页代码。

在 .zip 文件中

登录

Now I want to do changes(for example change the pictures etc) in my code and now compile the new code.现在我想在我的代码中进行更改(例如更改图片等),现在编译新代码。 I have asked many times the programmer that did my code but he does not answer me.我多次问过编写我代码的程序员,但他没有回答我。 In this webpage I am doing the connection between Raspberry pi data and web.在这个网页中,我正在做 Raspberry pi 数据和网络之间的连接。 How can I compile my code by myself?我怎样才能自己编译我的代码?

Your code doesn't need compilation as it is written in PHP.您的代码不需要编译,因为它是用 PHP 编写的。 PHP is interpreted, that meaning that it is read as it was written in real time. PHP 被解释,这意味着它被实时读取。

I would check what that db.txt says, it could be a kind of "readme file".我会检查 db.txt 说的是什么,它可能是一种“自述文件”。

To execute your code you just have to put it in a php web server if it is not already.要执行您的代码,您只需将其放入 php Web 服务器(如果还没有)。

You can start see changes as soon as you edit your code.您可以在编辑代码后立即开始查看更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM