摘要: Deprecated function: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of a(). If you... 阅读全文
posted @ 2015-12-02 18:58 qqisnow2021 阅读(182) 评论(0) 推荐(0)
摘要: 怎么办?刷新或者ctrl+r不然怎么都不会有最新的结果就算代码改好了也可能运行不出来 CTRL shift r 键 浏览器的缓存就是关闭了浏览器任然存在 真的吗? 不太理解,可以先看看浏览器有哪些缓存, 然后关掉浏览器, 看看里面的缓存数据还在吗, 应该是还在的, 应为如果关掉浏览器,缓存就丢掉的化 阅读全文
posted @ 2015-12-02 18:01 qqisnow2021 阅读(285) 评论(0) 推荐(0)
摘要: // string substr ( string $string , int $start [, int $length ] )substr($string, $start_key, $length); 阅读全文
posted @ 2015-12-02 12:39 qqisnow2021 阅读(123) 评论(0) 推荐(0)
摘要: http://www.gaojinbo.com/php5-4-magic_quotes_gpc.html进:htmlentities() mysql_real_escape_string 真正进入数据库的时候是去掉了添加的slashes的取: 直接取 阅读全文
posted @ 2015-12-02 11:24 qqisnow2021 阅读(122) 评论(0) 推荐(0)