佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 726|回复: 14

PHP 前辈们 请帮帮小弟 - 紧/急

[复制链接]
发表于 4-4-2006 10:00 AM | 显示全部楼层 |阅读模式

先自我介绍 我一路来是写ASP 但逝世不好 很多人选用low cost server(linux)
最近我接了 一个朋友的 job 是要写 PHP (Linux server)

有谁可以教我 如何在winxp pro下 run PHP吗
我下载了 php-5.1.2-Win32.zip 但里面没有 setup.exe 或类以得 installer?
mySQL 呢? mysql-essential-5.0.19-win32.msi 是什么来的
回复

使用道具 举报


ADVERTISEMENT

发表于 4-4-2006 11:07 AM | 显示全部楼层
http://www.uniformserver.com/ 个人比较喜欢 uniform, 非常方便, 可以随意把整个setup转送到任何电脑 Windows / Linux(它的directory stuctures 是非常的Linux friendly, 而且有附加unix file format convetor其实是把\r\n 换成\n而已) 完全不用对registry写入任何资料也不需要执行任何Install scripts. Unzip and Use.

http://appservnetwork.com/
http://www.apachefriends.org/
回复

使用道具 举报

cky_2004 该用户已被删除
发表于 4-4-2006 12:02 PM | 显示全部楼层
xampp 目前好用


dowload link
http://www.apachefriends.org/en/xampp.html


The distribution for Windows 98, NT, 2000 and XP. This version contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.
回复

使用道具 举报

 楼主| 发表于 4-4-2006 12:27 PM | 显示全部楼层

谢谢 帮忙

1。下载 http://www.apachefriends.org/download.php?xampp-win32-1.5.1.zip
2。install 之后
3。不用install mssql 对吗?(包括了)

* 用这个写PHP(local) 之后上载 到linux server 不会有问题吧!?
回复

使用道具 举报

cky_2004 该用户已被删除
发表于 4-4-2006 12:44 PM | 显示全部楼层
mysql 你需要用到吗?如没用到那就不必install 了

1。 写完了php code,upload 去linux sever 是没有问题的


写php 可用crimson, PSPad editor ,这些都是免费的
ultraedit 也可,不过付钱的

[ 本帖最后由 cky_2004 于 4-4-2006 12:50 PM 编辑 ]
回复

使用道具 举报

发表于 4-4-2006 01:55 PM | 显示全部楼层
原帖由 cky_2004 于 4-4-2006 12:02 PM 发表
xampp 目前好用


dowload link
http://www.apachefriends.org/en/xampp.html


The distribution for Windows 98, NT, 2000 and XP. This version contains: Apache, MySQL, PHP + PEAR, Perl ...



我 想问是不是有IIS 之后就不要install Apache Server 了对马? 因为install apache 的时候, port 80 block 了, 我想是因为IIS 用了// 所以php 也能在IIS 上run 吗??
回复

使用道具 举报

Follow Us
发表于 4-4-2006 05:10 PM | 显示全部楼层
原帖由 旌洋-君 于 4-4-2006 10:00 AM 发表

先自我介绍 我一路来是写ASP 但逝世不好 很多人选用low cost server(linux)
最近我接了 一个朋友的 job 是要写 PHP (Linux server)

有谁可以教我 如何在winxp pro下 run PHP吗
我下载了 ...


如果有用到 file / folder,
要注意 iis 中的 folder / filename 是不分大小寫的,
而 apache (linux server) 會分

我目前使用 windows + apache + php (uninstall iis)
回复

使用道具 举报

cky_2004 该用户已被删除
发表于 4-4-2006 05:52 PM | 显示全部楼层
原帖由 zuying1985 于 4-4-2006 01:55 PM 发表



我 想问是不是有IIS 之后就不要install Apache Server 了对马? 因为install apache 的时候, port 80 block 了, 我想是因为IIS 用了// 所以php 也能在IIS 上run 吗??



php 也能在IIS 上run 的,只要你的setting 对的话,就可run php 了
回复

使用道具 举报


ADVERTISEMENT

 楼主| 发表于 4-4-2006 10:34 PM | 显示全部楼层
@_@ 越来越乱了
可以list down the step 吗?
1。做什么
2。做这个
3。做那个
4。等等。。。。
回复

使用道具 举报

 楼主| 发表于 4-4-2006 11:13 PM | 显示全部楼层
The PHP code to include files is:  <? include("filename.php") ?>

The ASP code to include files is: <!-- #include virtual="/includes/header.asp" -->

各位有 html 的 include code 吗?
回复

使用道具 举报

cky_2004 该用户已被删除
发表于 5-4-2006 08:53 AM | 显示全部楼层
setup PHP 在 IIS, 不好意思全英文

1。 http://my2.php.net/manual/en/install.windows.iis.php
2。 http://www.phpbuddy.com/sub_articles.php?other_articles=4

[ 本帖最后由 cky_2004 于 5-4-2006 09:03 AM 编辑 ]
回复

使用道具 举报

发表于 5-4-2006 11:47 PM | 显示全部楼层
原帖由 cky_2004 于 5-4-2006 08:53 AM 发表
setup PHP 在 IIS, 不好意思全英文

1。 http://my2.php.net/manual/en/install.windows.iis.php
2。 http://www.phpbuddy.com/sub_articles.php?other_articles=4


其實你可以去下載 php for windows installer. 它會直接幫你 setup 好在 iis 的設定
回复

使用道具 举报

 楼主| 发表于 6-4-2006 09:14 AM | 显示全部楼层
原帖由 flashang 于 5-4-2006 11:47 PM 发表


其實你可以去下載 php for windows installer. 它會直接幫你 setup 好在 iis 的設定


有网址吗?
回复

使用道具 举报

cky_2004 该用户已被删除
发表于 6-4-2006 12:41 PM | 显示全部楼层
回复

使用道具 举报

发表于 7-4-2006 12:24 AM | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 13-11-2024 08:29 PM , Processed in 0.112550 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表