随笔分类 -  PHP入门

摘要:PHP连接MySql 非常简单 但必须注意编码问题 编码不正确将会导致乱码问题 连接数据库代码如下:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?php$link=mysql_connect("localhost","root","12... 阅读全文
posted @ 2010-03-26 09:52 孤城浪子 阅读(298) 评论(0) 推荐(0)
摘要:PHP中文件上传代码 1.fileup.php 上传文件表单 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head><title>文件上传</title></head>... 阅读全文
posted @ 2010-03-25 09:45 孤城浪子 阅读(330) 评论(0) 推荐(0)

博客园,让我更上一层楼