English 中文(简体)
与PHP网合作
原标题:Working with PHP offline
  • 时间:2011-06-07 17:47:22
  •  标签:
  • php
  • offline

是否有工具或扩大浏览器,以便与PHP脱线工作? 我读到你需要安装阿帕奇服务器。

在浏览器中看不出如何执行《公共卫生法》是否容易?

最佳回答

In Windows, install XAMPP or WAMP
Which are Windows Apache Mysql and Php bundles

In Linux install LAMP
Which is a Linux Apache Mysql and Php bundle

两者都可以帮助

问题回答

rel=“noreferer”>XAMPP 建立了MySQL、PHP和Pharma的当地安装,供你开发。

Nope, briefr than xampp

这给你带来了很多好处:now<>strong>,但最近有人谈论(和提交代码)向PHP本身提供网上服务器。

See the RFC at https://wiki.php.net/rfc/builtinwebserver

然后,请你写你的文字(例如app.php),执行php - S localhost:8000<>code>,以启用网站服务器,然后在http:// localhost:8000/app.php上看到您浏览器的成果。


在时间上,正如其他答复所建议的那样,你可以在你的当地箱子上安装Patricia/PHP/MySQL/etc,或者人工装饰或包装,如XAMPP

第PHP代码必须由一个PHP发动机处理,在网络环境中这样做的最容易的方法是使用一个网络服务器。 无需查阅。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...