由买买提看人间百态

topics

全部话题 - 话题: php5
1 2 下页 末页 (共2页)
u**n
发帖数: 143
1
来自主题: BuildingWeb版 - 有谁用过PHP5.0+MYSQL进来看看
1.我用的是PHP5.0-WIN32解压到C:/PHP,编辑PHP.INI和APACHE但是装上MYSQL后,就是不能
连接MYSQL,操作系统是WINXP. APACHE和PHP设置好后都能运行.
2.PHP5.0的压缩包和INSTALLER有什么不同?
w*******r
发帖数: 118
2
来自主题: BuildingWeb版 - 有谁用过PHP5.0+MYSQL进来看看
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
来自主题: BuildingWeb版 - 怎么在Apache tomcat6下装php5?
准备学习一下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
来自主题: Linux版 - rhel5能装php5.3吗?
好像yum只有php5.1啊
难道要从源码编译?
w*****c
发帖数: 12
w*****c
发帖数: 12
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
来自主题: Classified版 - 招聘: 两名PHP Developer
我们是一家 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
来自主题: BuildingWeb版 - error in connecting PHP with MySQL
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
来自主题: BuildingWeb版 - 请推荐PHP MVC的框架

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
来自主题: Programming版 - 为什么不用php + oracle?
不是说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
出来的。... 阅读全帖
d********g
发帖数: 10550
17
来自主题: _voip版 - 神座三号deal
【 以下文字转载自 PDA 讨论区 】
发信人: danielfeng (公孙欠扁), 信区: PDA
标 题: 神座三号deal
发信站: BBS 未名空间站 (Sat May 14 10:25:26 2011, 美东)
Pogoplug Pro $50
128MB RAM / 128MB NAND / WiFi / Dual-Core
deal信息:
http://slickdeals.net/forums/showthread.php?t=2925499
参数:
http://plugapps.com/index.php5/Hardware:_Pogoplug_Pro
hack方法:
http://plugapps.com/index.php5/Install_on_Pogoplug_Pro
t****z
发帖数: 8931
18
来自主题: Military版 - 在温哥华吃海鲜和看男人 (转载)
第一晚吃的是麒麟,据说是大温地区最好海鲜馆,其实不怎么样。主菜是清蒸石斑鱼,
30块钱一磅
,吃了一条三磅的
http://www.kirinrestaurants.com/pdf/2015%20Kirin%20Seafood%20A%
http://www.kirinrestaurants.com/index.php5?page=history
第二晚去王府井吃的,本来想吃皇帝蟹,后来看到龙虾便宜,12刀一磅,吃了一只6磅
的,吃都吃不完。
最后一晚,新瑞华皇帝蟹,本来十几刀一磅,中国进口太多,现在买到40块一磅,我们
买了一只八磅的,28块一磅
逛逛几个华人mall,很现代。什么时代坊,百家店,八佰伴,窗明几净,媲美西人超市
看到不少养眼男生,淡淡胡茬很man,身材也好,一洗猥琐男形象,比多伦多华男好多
了,也比美国华男棒多了,不长毛的就陈冠希那样。
那个啥麒麟,在city square那个,先还不让我们吃,说是没预定没桌子。
喝的竹荪蟹钳盅,看着乳白暗红鲜绿悦目,但是蟹钳肉太少,吃不出味,里面两大片金
华火腿喧宾夺主象火腿汤。两片竹荪太小,两颗菜心又太大
石斑头太重了,鱼肉根本不... 阅读全帖
s***r
发帖数: 4013
19
来自主题: ebiz版 - 19×24的袋子装FIT咋样?
比BOX便宜多了~厚度够么?或者24×24的~
http://www.boxsource.com/item_view.php5?item=B-3752
s*****n
发帖数: 457
20
来自主题: FleaMarket版 - AT&T trade in promotion code
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
来自主题: JobHunting版 - 工作危险了,求推荐 (转载)
【 以下文字转载自 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
来自主题: JobMarket版 - 洛杉矶汽车网站招聘
洛杉矶大型汽车购物网站招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... 阅读全帖
r*******t
发帖数: 211
a******u
发帖数: 38
25
来自主题: PennySaver版 - 求问哪里trade in iphone 4s比较好
我看网上延长到10月31了,不知道店里是不是?去试试
https://tradein-program.att.com/home.php5?c=en-us
c***c
发帖数: 21374
26
来自主题: StartUp版 - how many people are using smarty?
zf目前还是一个过渡性质,是zend跟风不甘落后的一个追赶产品
如果追求比较好的mvc支持,go cakephp
如果追求速度和上手快,go codeignite
zf的优势就是有zend studio for eclipse这个ide的built-in support和纯php5
l********r
发帖数: 41
27
来自主题: StartUp版 - 跪求一名程序员
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
来自主题: Working版 - 工作危险了,求推荐 (转载)
【 以下文字转载自 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日生效的)。
//拜谢
f*******n
发帖数: 256
d*******n
发帖数: 1566
31
应该哪里都有吧,我用的verizon
https://www.trade-in.vzw.com/material-statement.php5?id=65602#top
当年3s升4s就是$200 trade-in,也就是等于免费升级iphone
z*********n
发帖数: 94654
32
来自主题: LosAngeles版 - 这个周末没事干找人去玩一下
http://nnetis.com/tennisMap.php5?address=91803&filter=All
这个网站超级牛,呵呵,任何一个地方附近的所有网球场统统能查到
a********y
发帖数: 687
33
来自主题: LosAngeles版 - 急问Google Voice 问题~~~
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
来自主题: NewJersey版 - 工作危险了,求推荐
鄙人本科到硕士都学的计算机方面。比较偏硬件,修了一些计算机架构,嵌入式方面的
课程。用过一些
嵌入式开发板练手,比较熟悉arm,主要用C/C++
09年初硕士毕业,无奈工作不好找。在一家刚起步的公司做网站。主要使用PHP5,
MySQL5,还有
JavaScript。主要用的MVC framwork,熟悉CakePHP和Codeigniter。前台用jQuery做ui
,擅
长Ajax。用在线Authorize.net在线信用卡支付API开发过支付系统。
最近公司一直亏损。老板挺不住了,要关公司。希望大家如果有职位空缺,能给小弟指
条路,帮忙推荐
一下。我会附上简历的。现在持h1b(去年10月1日生效的)。
//拜谢
a**s
发帖数: 9606
m***t
发帖数: 220
m*********s
发帖数: 24
37
来自主题: NewJersey版 - Trenton附近的网球场
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... 阅读全帖
w***z
发帖数: 1158
d******c
发帖数: 2407
39
来自主题: WashingtonDC版 - 问一下rockville附近的tennis court
大概查了一下,除了private club,似乎主要是一些park,school有网球场
这个地图不错
http://nnetis.com/tennisMap.php5?metro=Washington%2C+DC&sub_metro=Montgomery+County&city=Rockville&lat=&lon=&filter=&address=&cp=&hs=Y
其中的22 Montrose Community Ctr. & Pk.如何?应该是离woodmont park近的
那个吧,有人常去打吗?
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.後场吊球和杀球要
z*********n
发帖数: 94654
41
来自主题: Tennis版 - LA tennis courts ?
很多很多,呵呵
http://nnetis.com/tennisMap.php5?address=91803&filter=All
自己输入zip code
我现在越找越多,到处都是court

parking
a**s
发帖数: 9606
42
here is that "court"
http://nNetis.com/tennisMap.php5?id=43920952511546
Google map recently updated NJ area. Now my home can be viewed as well.
a******n
发帖数: 5925
K****D
发帖数: 30533
t****z
发帖数: 8931
45
来自主题: Travel版 - 在温哥华吃海鲜和看男人
第一晚吃的是麒麟,据说是大温地区最好海鲜馆,其实不怎么样。主菜是清蒸石斑鱼,
30块钱一磅
,吃了一条三磅的
http://www.kirinrestaurants.com/pdf/2015%20Kirin%20Seafood%20A%
http://www.kirinrestaurants.com/index.php5?page=history
第二晚去王府井吃的,本来想吃皇帝蟹,后来看到龙虾便宜,12刀一磅,吃了一只6磅
的,吃都吃不完。
最后一晚,新瑞华皇帝蟹,本来十几刀一磅,中国进口太多,现在买到40块一磅,我们
买了一只八磅的,28块一磅
逛逛几个华人mall,很现代。什么时代坊,百家店,八佰伴,窗明几净,媲美西人超市
看到不少养眼男生,淡淡胡茬很man,身材也好,一洗猥琐男形象,比多伦多华男好多
了,也比美国华男棒多了,不长毛的就陈冠希那样。
那个啥麒麟,在city square那个,先还不让我们吃,说是没预定没桌子。
喝的竹荪蟹钳盅,看着乳白暗红鲜绿悦目,但是蟹钳肉太少,吃不出味,里面两大片金
华火腿喧宾夺主象火腿汤。两片竹荪太小,两颗菜心又太大
石斑头太重了,鱼肉根本不... 阅读全帖
m****g
发帖数: 2185
46
我也说不好, 因为我一般不怎么玩刷怪式MF游戏, 偶尔找到这个调剂一下, 反正我打通
了.
有四个难度, 铜/银/金/铂金. 铜没难度适合新手, 用银起步比较适合普通玩家, 金和
铂金都很难, 但是回报也高.
http://darkmatters.org/forums/index.php
http://www.sacredwiki.org/index.php5/SacredWiki
这是比较大的讨论区和Wiki.
y***n
发帖数: 1666
t****g
发帖数: 35582
48
来自主题: PhotoGear版 - Haha, Pogoplug小server转起来了
so far还是个空cherokee server
http://tyning.dyndns-home.com
不过Debian已经装上了,基本组件都有了,cherokee webserver, php5, mysql, samba
, upnp server.
明天有空就把我的wordpress迁移过去,然后就齐活了.
Gallery3估计这小玩意带不动,就算了。
w*****c
发帖数: 12
1 2 下页 末页 (共2页)