• 大小: 18KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-06
  • 语言: PHP
  • 标签: 投票系统  PHP  

资源简介

对网上投票系统进行需求分析和总体设计,设计数据库,编制程序完成网上投票、投票管理等系统模块的开发。 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

评论

共有 条评论