理解常用的登录判断 select * from user where username='admin' and password='123' 数据库元信息 infomation_schema 懂PHP php://input php://input可以读取没有处理过的POST数据. 相较于$HTTP_RAW_POST_DATA而言,它给内存带来的压力较小,并且不需要特殊的php.ini设置. php://input不能用于enctype=multipart/form-data file_get_…
以下是今天所学代码,网上有这篇博客可供参考,另外还是推荐官方文档 ,以下是今天所敲代码: //用mootools创建类的方式: //方式1:用标准方式传入一个对象字面量 /* var Person = new Class({ initialize:function(name,age){ this.name=name; this.age=age; }, log:function(){ console.log(this.name+","+this.age); } }); var mark…
Update from 1.2 to 1.3 lorenzos edited this page on 8 Jul 2011 · 2 revisions Pages 19 Home Home Changelog Conversion from 1.11 to 1.2 Create a bug demo How the MooTools Dev Team Contributes How to Contribute Intro license MooTools Contributors MooToo…