写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

随笔分类 -  PHP

摘要:http://tengine.taobao.org/ 阅读全文

posted @ 2015-03-10 10:40 hateyoucode 阅读(244) 评论(0) 推荐(0)

摘要:我们应该明确几个问题:1、客户想要什么,2、要这干什么,3、为什么这么想,4、会不会用其他的想法 阅读全文

posted @ 2010-06-25 13:46 hateyoucode 阅读(175) 评论(0) 推荐(0)

摘要:在PHP中用header("location:test.php")进行跳转要注意以下几点,有助于解决一些新手经常遇到的问题1、location和“:”号间不能有空格,否则会出错。 2、在用header前不能有任何的输出。 3、header后的PHP代码还会被执行。 下面是和asp中重定向response.redirect的比较: 例1: response.redirect ... 阅读全文

posted @ 2010-06-08 11:10 hateyoucode 阅读(625) 评论(0) 推荐(0)

摘要:<?phpif(1){ header("Location:http://www.baidu.com/");} header("Location:01.php"); header("Location:03.php"); header("Location:http://www.sina.com"); echo "111"; header("Location:http://www.g.cn"); ... 阅读全文

posted @ 2010-06-08 10:49 hateyoucode 阅读(10229) 评论(0) 推荐(0)