标签 » PHP

PHP程序员招聘

为朋友公司代发一则招聘: 工作地点:郑州(北环路附近) 工资待遇:2K+ 无上限 企业类型:设备贸易; 工作类型:企业黄页系统开发和维护 招聘时间:即日起至:2010年8月10日 公司网址:www.china-nanbei.com 有意者发我邮箱简历 x@walleve.com

php setcookie在IE下的问题

PHP函数setcookie的各个参数的意思 bool setcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure [, bool httponly]]]]]] ) setcookie() parameters explained Parameter Description Examples name The name of the cookie. ‘cookiename’ is called as $_COOKIE['cookiename'] value The value of the cookie. This value is stored on the clients [...]

更换了博客空间

将博客空间由国内转到了GD上,速度测试中… 原空间是由 由EBL主机提供 感谢EBLHOST之前提供的空间

遇到的两个PHP运行错误提示

1、 Warning: Call-time pass-by-reference has been deprecated 这个和PHP配置文件中的allow_call_time_pass_reference有关,我在win下更新php版本至5.2.13之后,这一项是默认关闭的,所以会出现这个错误,开启后重启web服务器就好了。 2、 Fatal error: Cannot use string offset as an array Fatal error: Cannot unset string offsets in 这两个错误如出一辙,都是使用了未定义的数组变量,例如: $a=’s’; $b=$a[0][1]; unset($a[0][0]); 这两个错误就重现了。再写代码时,务必规范。

Eclipse Helios发布

Eclipse发布了新版本,并且更换了网站首页的一些标识,具体可看http://www.eclipse.org/ PDT项目负责人Roy Ganor说:“今年是Eclipse和PHP社区难忘的一年,Eclipse PDT项目为PHP开发人员提供了更多的源代码编辑功能,如新的模板内容助手和高级语法着色功能,我们对代码质量高度重视,现在证明这样做是非常明智的,本次升级累计修复了400多个Bug,50多处改进的地方,这些都是社区贡献者的功劳”。 以下是一个视频关于PDT2.2的新特性介绍 https://admin.adobe.acrobat.com/_a300965365/p56631087/?launcher=false&fcsContent=true&pbMode=normal