u**n 发帖数: 143 | 1 1.我用的是PHP5.0-WIN32解压到C:/PHP,编辑PHP.INI和APACHE但是装上MYSQL后,就是不能
连接MYSQL,操作系统是WINXP. APACHE和PHP设置好后都能运行.
2.PHP5.0的压缩包和INSTALLER有什么不同? |
|
w*******r 发帖数: 118 | 2 you need php_mysql.ddl which is included in PHP5.0的压缩包.
能 |
|
S***x 发帖数: 2382 | 3 我的机器上是PHP5+MYSQL,mysql_connect连接的时候并不出错。
但是一把mysql_connect()放到 function里面就会出undefied mysql_connect()错误
这是为什么呀?
如下:
直接连:
mysql_connect() 好的
在db_fns()里面
function db_fns()
{ mysql_connect();} 就出错
头大了,高手帮帮忙亚 |
|
f*********e 发帖数: 8453 | 4 准备学习一下php。我的机器是xp pro sp2 updated,
装了apache tomcat6。下载了一个php5.2.5 installer。
运行以后让我选apache module,选了2.0.X以后继续,
结果到最后总是说找不到httpd.conf。我到我apachetomcat6
目录下确实也找不到这个文件。跑网上随便搜了一下,
说是apache和tomcat整合以后出的版本根本就没有httpd.conf
这个文件。那我该怎么配置呢? |
|
N**********d 发帖数: 9292 | 5 好像yum只有php5.1啊
难道要从源码编译? |
|
|
|
c********1 发帖数: 421 | 8 About LAMP
LAMP stack is a group of open source software used to get web servers up and
running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the
virtual private server is already running Debian, the linux part is taken
care of. Here is how to install the rest.
Set Up
Before running through the steps of this tutorial, make sure that all of
your repositories are up to date:
apt-get update
apt-get upgrade
apt-get install apache2
apt-get install mysql-server
mysql_secure_installation... 阅读全帖 |
|
发帖数: 1 | 9 我们是一家 Startup. 位于洛杉矶。需要有经验的PHP Developer帮忙赶进度。你可以
在家连线工作。请email [email protected] 查询详情。
Job description:
SUMMARY OF POSITION
We are looking for a Senior Full Stack Developer who is highly collaborative
, works well with
designers, and is committed to creating solutions to meet end-user and
business needs.
The ideal candidate will have experience with healthcare staffing industry,
along with
development for mobile devices, native apps, CMS and social media
integrations. You will have a
thoro... 阅读全帖 |
|
发帖数: 1 | 10 我们是一家 Startup. 位于洛杉矶。需要有经验的PHP Developer帮忙赶进度。你可以
在家连线工作。请email [email protected] 查询详情。
Job description:
SUMMARY OF POSITION
We are looking for a Senior Full Stack Developer who is highly collaborative
, works well with
designers, and is committed to creating solutions to meet end-user and
business needs.
The ideal candidate will have experience with healthcare staffing industry,
along with
development for mobile devices, native apps, CMS and social media
integrations. You will have a
thoro... 阅读全帖 |
|
发帖数: 1 | 11 我们是一家 Startup. 位于洛杉矶。需要有经验的PHP Developer帮忙赶进度。你可以
在家连线工作。请email [email protected] 查询详情。
Job description:
SUMMARY OF POSITION
We are looking for a Senior Full Stack Developer who is highly collaborative
, works well with
designers, and is committed to creating solutions to meet end-user and
business needs.
The ideal candidate will have experience with healthcare staffing industry,
along with
development for mobile devices, native apps, CMS and social media
integrations. You will have a
thoro... 阅读全帖 |
|
j*****o 发帖数: 320 | 12 This is PHP5 only. Maybe your host supports PHP4 by default? If so, you
may need a htaccess file to enable PHP5.
Hello all,
I am new to PHP and MySQL programming, and I am trying to connect to MySQL
via my PHP script. My PHP scripts generally work. However, for the following
PHP code:
ini_set('display_errors', true);
error_reporting(E_ALL);
$mysqli = mysqli_connect("localhost", "xxx", "xxx", "test");
...................
?>
I get the following error message:
Fatal error: Call to undefined |
|
c****1 发帖数: 302 | 13 已有域名,想找一个好的web hosting公司,请赐教,多谢~~~
(1)能够很好支持 Apache2 + Mysql(5.1以上) + php5.
(2)对php5的要求很高,要支持很多设定(包括ImageMagick,mbstring,gd,...)
(3)用户操作简单,方便;可把本地(家里的Linux)上的php code + mysql tables +
数据 等等快速upload到webhosting指定的网站上后,1-2个小时内,即能看到结果(看
到运行php+mysql的结果)。
(4)email等的设定简单,方便。
(5)...
(6)...
还需要注意什么?请经验丰富的朋友赐教
code11 |
|
d*******3 发帖数: 6550 | 14
Kohana 从Codeignite分支出来,全部用PHP5写的,只支持PHP5,严格遵守OOP,比较规
范。
Codeignite开发团队现在好像比较专注他们的商业项目ExpressionEngine,所以对
Codeignite更新很慢,不过网上其他资源比较多,
有中文资源。Kohana就是缺少很多详细的实例教程。至于具体的优劣势google一下有很
多。
symfony好像也是比较大型项目的,mojavi没听过。
关键还是看你项目大小,复杂程度,还有你的需求了。如果是中小型项目的话,基本上
轻型框架都能胜任。
http://bbs.phpchina.com/thread-67822-1-1.html
网上有很多类似的比较的文章,我当初也是研究过后选择Kohana的 |
|
j**********i 发帖数: 3758 | 15 4000万动态访问pv
6台服务器
抛弃了 Apache,因为它能承受的并发连接相对较低;
抛弃了 Squid,因为它在内存利用、访问速度、并发连接、清除缓存等方面不如
Varnish;
抛弃了 PHP4,因为 PHP5 处理面向对象代码的速度要比 PHP4 快,另外,PHP4 已经不
再继续开发;
抛弃了 F5 BIG-IP 负载均衡交换机,F5 虽然是个好东西,但由于价格不菲,多个部门
多个产品都运行在其之上,流量大、负载高,从而导致性能大打折扣;
利用 Varnish cache 减少了90%的数据库查询,解决了MySQL数据库瓶颈;
利用 Varnish cache 的内存缓存命中加快了网页的访问速度;
利用 Nginx + PHP5(FastCGI) 的胜过Apache 10倍的高并发性能,以最少的服务器数量
解决了PHP动态程序访问问题;
利用 Memcached 处理实时数据读写;
利用 HAProxy 做接口服务器健康检查; |
|
w***g 发帖数: 5958 | 16 不是说oracle不行,而是php+mysql这个搭配用得太多了,问题都解决得差不多了,上
层那么多软件也都是这么假设的。你牛的话用php+oracle自然可以,在中国小打小闹你
不给oracle交钱人也懒得理你。但你用的过程中出了问题都没处去问。MySQL的
transaction支持也就是近几年的事情,早几年php刚火的时候是没有的。那时候都那么
多人敢上,现在其实没啥太多的可以抱怨了。
PHP其实是个好语言,除了那个从basic来的$前缀以外,基本上就是C script。但现在
确乎已经是不可阻挡地过时了。我觉得原因如下。1. PHP被定位为纯用来写网页的语言
。2. PHP最火的自然是上一次dotcom泡沫时期。那时大量的垃圾程序员用PHP写了大量
的垃圾程序导致流毒无穷。注意那时没现在这么多选择,Linux下无非就是PHP和JSP。
PHP比较容易上手。
3. PHP5(2004)才加入reflection,我不知道之前有没有ORM这种说法,反正我学PHP那
阵没听说过。即使有的话没有reflection应该也很原始。Django和ruby on rail是2005
出来的。... 阅读全帖 |
|
|
|
|
s*****n 发帖数: 457 | 20 Selling my AT&T trade in promotion code. I received the code after I ordered
the iPhone 6 in September. You can trade in a working iPhone 4 online for $
200 with this code. Ask for $80. Accept PayPal only. I can send screenshot
proving the $200 trade in
Website for trade in:
https://tradein-program.att.com/home.php5?c=en-us
★ 发自iPhone App: ChineseWeb 8.6 |
|
C********e 发帖数: 219 | 21 【 以下文字转载自 NewJersey 讨论区 】
发信人: ColinMcRae (科林麦克雷), 信区: NewJersey
标 题: 工作危险了,求推荐
发信站: BBS 未名空间站 (Fri Aug 13 13:05:30 2010, 美东)
鄙人本科到硕士都学的计算机方面。比较偏硬件,修了一些计算机架构,嵌入式方面的
课程。用过一些
嵌入式开发板练手,比较熟悉arm,主要用C/C++
09年初硕士毕业,无奈工作不好找。在一家刚起步的公司做网站。主要使用PHP5,
MySQL5,还有
JavaScript。主要用的MVC framwork,熟悉CakePHP和Codeigniter。前台用jQuery做ui
,擅
长Ajax。用在线Authorize.net在线信用卡支付API开发过支付系统。
最近公司一直亏损。老板挺不住了,要关公司。希望大家如果有职位空缺,能给小弟指
条路,帮忙推荐
一下。我会附上简历的。现在持h1b(去年10月1日生效的)。
//拜谢 |
|
w*****u 发帖数: 16 | 22 洛杉矶大型汽车购物网站招CTO, 页面维护人员、专业软件开发人员、订单处理人员、
SEO专家
Our core requirment is to integrate information technology, applications and
business
process, to provide the development, integration, implementation and full
lifecycle
support of E-commerce and enterprise applications.
1. 2+ years of experience developing external, client-facing PHP web
applications is required, with examples of prior PHP5 OO strongly preferred.
2. Strong development experience in a Linux/Unix background is required.
3. Strong und |
|
s******a 发帖数: 12 | 23 Lead PHP Software Engineer - New York
Role Description:
The Lead PHP Software Engineer will be responsible for building new products
and features for Rakuten LinkShare's industry-recognized affiliate
networking and online marketing platform. Other responsibilities include (
but are not limited to):
· Represent the engineering team in discussions with project
management, business teams, and organizational leadership
· Partner with requirement specialists and QA personnel to ensur... 阅读全帖 |
|
|
|
c***c 发帖数: 21374 | 26 zf目前还是一个过渡性质,是zend跟风不甘落后的一个追赶产品
如果追求比较好的mvc支持,go cakephp
如果追求速度和上手快,go codeignite
zf的优势就是有zend studio for eclipse这个ide的built-in support和纯php5 |
|
l********r 发帖数: 41 | 27 Code Igniter是目前欧美PHP主流框架里面最轻量最快的(可以自己google一下测评文
章),推荐看一下CI的PHP5升级版Kohana(其实是另一个完全由社区维护的分支版本) |
|
L**********1 发帖数: 797 | 28 我可以做到的:
1.php5 + mysql 5 [不做javascript,ajax]
2.基本美工,能做到中下等水平。
3.请尽量把功能简化,大型网站请不要找我。
需要的朋友可以把功能需求表发到s**********[email protected]
做好了,我可以帮你安装调试。
注:我是PHP新手 |
|
C********e 发帖数: 219 | 29 【 以下文字转载自 NewJersey 讨论区 】
发信人: ColinMcRae (科林麦克雷), 信区: NewJersey
标 题: 工作危险了,求推荐
发信站: BBS 未名空间站 (Fri Aug 13 13:05:30 2010, 美东)
鄙人本科到硕士都学的计算机方面。比较偏硬件,修了一些计算机架构,嵌入式方面的
课程。用过一些
嵌入式开发板练手,比较熟悉arm,主要用C/C++
09年初硕士毕业,无奈工作不好找。在一家刚起步的公司做网站。主要使用PHP5,
MySQL5,还有
JavaScript。主要用的MVC framwork,熟悉CakePHP和Codeigniter。前台用jQuery做ui
,擅
长Ajax。用在线Authorize.net在线信用卡支付API开发过支付系统。
最近公司一直亏损。老板挺不住了,要关公司。希望大家如果有职位空缺,能给小弟指
条路,帮忙推荐
一下。我会附上简历的。现在持h1b(去年10月1日生效的)。
//拜谢 |
|
|
|
|
a********y 发帖数: 687 | 33 Besides, just for everyone interested and to kill some spare time, there is
a solution to make domestic call, free of charge, through Google Voice by
normal phone.
My server was build on a $25 dockstar, hacked with Plugbox Linix.
http://www.plugapps.com/index.php5?title=Main_Page
Installed voIP server freeswitch, with google voice module.
http://wiki.freeswitch.org/wiki/Google_Voice
I can make outside call so far through SIP softphone. I am still waiting for
my ethernet to normal phone adapter ... 阅读全帖 |
|
C********e 发帖数: 219 | 34 鄙人本科到硕士都学的计算机方面。比较偏硬件,修了一些计算机架构,嵌入式方面的
课程。用过一些
嵌入式开发板练手,比较熟悉arm,主要用C/C++
09年初硕士毕业,无奈工作不好找。在一家刚起步的公司做网站。主要使用PHP5,
MySQL5,还有
JavaScript。主要用的MVC framwork,熟悉CakePHP和Codeigniter。前台用jQuery做ui
,擅
长Ajax。用在线Authorize.net在线信用卡支付API开发过支付系统。
最近公司一直亏损。老板挺不住了,要关公司。希望大家如果有职位空缺,能给小弟指
条路,帮忙推荐
一下。我会附上简历的。现在持h1b(去年10月1日生效的)。
//拜谢 |
|
|
|
m*********s 发帖数: 24 | 37 Princeton community park is an excellent choice. I've never played there,
but it seems to have a lot of courts. Princeton Tennis Program seems to hold
many tennis lessons there so I'm not sure if it always has courts available
. All the high schools around (Princeton High,Montgomery middle, High, West
Windsor North, South, etc) have five or six courts so you may want to try
these (haven't played any of these courts either, so not sure if they are
open in weekends).
If you just need one court (se... 阅读全帖 |
|
|
|
a***d 发帖数: 24 | 40 http://vpedia.org/index.php5?title=%E8%BF%90%E5%8A%A8%E6%97%B6%E7%A9%BA%E4%B
9%8B%E4%B8%93%E5%AE%B6%E6%8A%8A%E8%84%89-%E7%BE%BD%E6%AF%9B%E7%90%83%E6%95%9
9%E5%AD%A6&variant=zh-cn
是在国内的,白天看应该比较流畅。
运动时空之专家把脉-羽毛球教学
o 1.1 1.後场高位击球和前场反手击球发力方法(肖杰)
o 1.2 2.後场击球步法和後场反手击球(赵剑华)
o 1.3 3.後场击球和前後场基本步法(肖杰)
o 1.4 4.前场正手挑高球和正手勾对角(赵剑华)
o 1.5 5.後场球击球点位置和正手劈球技术(肖杰)
o 1.6 6.反手接杀球技术和反手被动击球(赵剑华)
o 1.7 7.正手发球、步法启动和握拍转换(肖杰)
o 1.8 8.後场吊球和杀球要 |
|
|
|
|
|
|
|
|
t****g 发帖数: 35582 | 48 so far还是个空cherokee server
http://tyning.dyndns-home.com
不过Debian已经装上了,基本组件都有了,cherokee webserver, php5, mysql, samba
, upnp server.
明天有空就把我的wordpress迁移过去,然后就齐活了.
Gallery3估计这小玩意带不动,就算了。 |
|
|