Posts Tagged ‘PHP’

这里说的乱码问题包括:

一,开发的页面出现乱码,

二,从数据库取值或插入时出现乱码,

Read More: 827 Words Totally

Tuesday, July 12th, 2011 at 03:28 | 1 comment
Categories: PHP
Tags:

 

Call global variables in PHP

we need to declare the variables with ‘global’ statement.

Read More: 398 Words Totally

Monday, March 14th, 2011 at 11:14 | 0 comments
Categories: Python
Tags: ,

 

写了一个功能相对比较全面的php分页类,包括两种分页模式,两种底部链接显示模式,可以进行任意搭配, 另外还包括服务端和客户端排序.

其中对数据库的操作采用的是这个类. 需要对$db按自己的实际情况进行实例化.

Read More: 8059 Words Totally

Wednesday, May 27th, 2009 at 15:58 | 5 comments
Categories: PHP
Tags: ,

class dbconn {

var $conn = 0;

function dbconn($dbhost,$dbuser,$dbpw,$dbname){

Read More: 2002 Words Totally

Monday, May 25th, 2009 at 15:58 | 1 comment
Categories: PHP
Tags:

 

又做了一件无聊的事,把php里的字符串操作函数用c++写了一遍,备不时之需。

其中与HTML相关的函数,加密相关函数没有写。

Read More: 6295 Words Totally

Wednesday, April 22nd, 2009 at 17:11 | 3 comments
Categories: C/C++

window.onerror=function(){return true;};

网址:http://www.hj-express.com/

Read More: 85 Words Totally

Friday, March 20th, 2009 at 10:51 | 2 comments
Categories: Cases
Tags: ,

这个网站可以通过install.php进行安装,可以通过deinstall.php进行卸载

 

Tuesday, December 23rd, 2008 at 10:49 | 3 comments
Categories: Cases
Tags: ,

这个是帮一个朋友做的,网站现在已经改版,并且已经不是朋友经手了。

朋友当时只做了一个静态的模板给我,没有任何数据,我只是按他的需求做了后台,数据也是随便填的。

全站由生成的静态页面构成。

Read More: 97 Words Totally

Monday, December 15th, 2008 at 20:57 | 0 comments
Categories: Cases
Tags: ,

点菜界面:

 

Check out:

Read More: 24 Words Totally

Saturday, December 13th, 2008 at 12:21 | 0 comments
Categories: Cases
Tags: ,

网址:http://gfltransworld.com

前台首页:

 

Read More: 39 Words Totally

Friday, December 12th, 2008 at 14:49 | 0 comments
Categories: Cases
Tags: ,
Page 1 of 212
TOP