<?php
include ("connectdb.php");
srand ((double) microtime( )*1000000);
$s = rand(270,272 );
$d = (rand(501,504))/1000;
$f = rand(22,44 );
$fw = (rand(1, 3))/100;
$tm = rand(44,75 );
$rms = rand(44,75 );
$pm = "HSS";
// add the new information into the database
mysql_query("INSERT INTO kb2 (speed,doc,feed,fw,mm,tm,rms,date,time) VALUES ($s,$d,$f,$fw,$pm,$tm,$rms,CURdate(),now())");
?>
My problem with $pm it dose not able to record the HSS into the table.
can any one help please