资源简介
对网上投票系统进行需求分析和总体设计,设计数据库,编制程序完成网上投票、投票管理等系统模块的开发。 PHP、MySQL、Apache开发环境
代码片段和文件信息
function GetSQLValueString($theValue $theType $theDefinedValue = ““ $theNotDefinedValue = ““)
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case “text“:
$theValue = ($theValue != ““) ? “‘“ . $theValue . “‘“ : “NULL“;
break;
case “long“:
case “int“:
$theValue = ($theValue != ““) ? intval($theValue) : “NULL“;
break;
case “double“:
$theValue = ($theValue != ““) ? “‘“ . doubleval($theValue) . “‘“ : “NULL“;
break;
case “date“:
$theValue = ($theValue != ““) ? “‘“ . $theValue . “‘“ : “NULL“;
break;
case “defined“:
$theValue = ($theValue != ““) ? $theDefinedValue : $theNotDefin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-04-16 00:54 ch11\
文件 4714 2006-11-18 13:55 ch11\addVoteOptions.php
文件 1623 2006-11-18 13:54 ch11\addVoteOptions_old.php
文件 3407 2006-11-18 13:55 ch11\addVoteSubject.php
文件 3267 2006-11-18 13:57 ch11\addVoteSubject_old.php
文件 4737 2006-11-18 11:04 ch11\admin.php
文件 2421 2006-11-18 11:05 ch11\admin_old.php
文件 650 2006-11-18 13:33 ch11\deleteVote.php
文件 4318 2006-11-19 18:12 ch11\index.php
文件 1950 2006-12-17 16:19 ch11\index_old.php
文件 3466 2006-11-14 17:01 ch11\login.php
目录 0 2008-04-16 00:54 ch11\sql\
文件 289 2008-03-11 23:42 ch11\sql\admin.txt
文件 337 2008-03-11 23:41 ch11\sql\voteoptiontable.txt
文件 271 2008-03-11 23:40 ch11\sql\votetable.sql
文件 2568 2006-11-18 01:17 ch11\vote.php
文件 2933 2006-11-14 16:06 ch11\voteCount.php
文件 2142 2006-11-18 10:47 ch11\voteShow.php
文件 2448 2006-11-14 14:28 ch11\vote_bat.php
相关资源
- 好用的php微信企业号
- 最专业的PHP集成环境秒杀phpStudy、xa
- THINKPHP商城,含支付宝、微信支付
- thinkPHP支付宝支付功能完整源码
- phpMyFAQ v3.0.1 多国语言版
- php MyFAQ问答系统 多国语言版 v3.0.4
- phpMyFAQ 问答系统
- phpMyFAQ v3.0.0 多国语言版
- phpMyFAQ 开源问答系统 v3.0.0 RC2
- PHP网页小游戏
- php小说采集demo
- PHP寄生虫繁殖劫持程序V3.0
- 韩顺平 PHP从入门到精通百度云资源(
- windows安装intl扩展
- phpSpreadsheet.zip
- Xblog、PHPwind、Oblog三款主流商用博客软
- PHP微信扫码关注公众号并授权登录.
- ZipFile.php(PHP压缩类打包)
- php聊天室源码群聊私聊多聊天室
- PHP支持手势的手机端图片裁剪上传
- 使用PHP+Sphinx建立高效的站内搜索引擎
- vip影视源码自动无需采集THINKPHP版
- ThinkPHP5.1 excel表的导入导出操作 (P
- PhpSpreadsheet Excel组件,PHPExcel升级版
- 追梦翔飞数字报刊管理系统PHPV7.3
- 拼团商城开源系统-基于thinkphp5-如花拼
- 微信支付Native扫码方式PHP
- 微信分享jssdk朋友圈带缩略图-utf8php通
- php简历模板
- php大马一句话数据库集合
评论
共有 条评论