Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'hardwaremaster'

626173 - hardwaremaster: hardwaremaster
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.         <title>Comdex Systems - Request Information</title>
  5.         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  6.         <link rel="stylesheet" type="text/css" media="screen" href="css/chubb.css" />
  7.         <link rel="stylesheet" type="text/css" media="print" href="css/chubb.css" />
  8.         <script src="../www.google-analytics.com/urchin.js" type="text/javascript">
  9.  
626141 - hardwaremaster: hardwaremaster
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.         <title>Comdex Systems - Request Information</title>
  5.         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  6.         <link rel="stylesheet" type="text/css" media="screen" href="css/chubb.css" />
  7.         <link rel="stylesheet" type="text/css" media="print" href="css/chubb.css" />
  8.         <script src="../www.google-analytics.com/urchin.js" type="text/javascript">
  9.  
626122 - hardwaremaster: hardwaremaster
  1. <?php require_once('Connections/stdVarify.php'); ?>
  2. <?php
  3. if (!function_exists("GetSQLValueString")) {
  4. function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  5. {
  6.   $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  7.  
  8.   $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  9.  
626113 - hardwaremaster: hardwaremaster
  1. <script language="javascript" >
  2. function checkForm(f)
  3. if(!isEmail(f.infoEmail.value))
  4. {
  5. alert("Please Enter Valid E-Mail Address e.g (email@yourhost.com).");
  6. f.infoEmail.focus();
  7. return false;
  8. }
  9.  
626108 - hardwaremaster: hardwaremaster
  1. if(!isEmail(f.infoEmail.value))
  2.                 {
  3.                         alert("Please Enter Valid E-Mail Address e.g (email@yourhost.com).");
  4.                         f.infoEmail.focus();
  5.                         return false;
  6.                 }
626101 - hardwaremaster: hardwaremaster
  1. <?php require_once('Connections/stdVarify.php'); ?>
  2.  
  3. <script language="javascript" >
  4. function checkForm(f)
  5.         {
  6.  
  7.                         if(f.infoFirstName.value == "")
  8.                 {
  9.  
626098 - hardwaremaster: hardwaremaster
  1. <?php require_once('Connections/stdVarify.php'); ?>
  2.  
  3. <script language="javascript" >
  4. function checkForm(f)
  5.         {
  6.  
  7.                         if(f.infoFirstName.value == "")
  8.                 {
  9.  
626082 - hardwaremaster: hardwaremaster
  1. $editFormAction = $_SERVER['PHP_SELF'];
  2. if (isset($_SERVER['QUERY_STRING'])) {
  3.   $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
  4. }
  5.  
  6. if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "webform")) {
  7.   $insertSQL = sprintf("INSERT INTO stdfeed (name, `add`, cty, stat, zip, ph1, ph2, email, edu, course, how, timing) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
  8.                        GetSQLValueString($_POST['infoFirstName'], "text"),
  9.  
626079 - hardwaremaster: hardwaremaster
  1. $editFormAction = $_SERVER['PHP_SELF'];
  2. if (isset($_SERVER['QUERY_STRING'])) {
  3.   $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
  4. }
  5.  
  6. if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "webform")) {
  7.   $insertSQL = sprintf("INSERT INTO stdfeed (name, `add`, cty, stat, zip, ph1, ph2, email, edu, course, how, timing) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
  8.                        GetSQLValueString($_POST['infoFirstName'], "text"),
  9.  
worth-right worth-right