and you get posted values to $name and $email.
so your code should be like this
Code:
$pwd = $_post[''];
mysql_query("INSERT INTO user_values
(u_name, email, pwd) VALUES('$name', '$email' ,'$pwd' ) ") or die(mysql_error());
$pwd = $_post[''];
mysql_query("INSERT INTO user_values
(u_name, email, pwd) VALUES('$name', '$email' ,'$pwd' ) ") or die(mysql_error());
CREATE PROCEDURE load_part_tab()
begin
declare v int default 0;
while v < 8000000
do
insert into part_tab
values (v,'testing partitions',adddate('1995-01-01',(rand(v)*36520) mod 3652));
user_id salary 1 100 2 200 3 500 4 500 5 500 6 700 7 800 8 700 9 800
<style type="text/css">
#star12 {
background: blue;
width: 80px;
height: 80px;
position: relative;
}
#star12:before, #star12:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 80px;
background: blue;
}
#star12:before {
-webkit-transform: rotate(30deg);
-moz-transform:
$x = array();
for($i=0;$i<=count($_POST['cat_title']);$i++)
{
$x .= $_POST['cat_title'][$i]."|";
}
<input type="checkbox" value="<? echo $cat_tit['category_title']; ?>" id="cat_title" name="cat_title[]" />
if(isset($_POST['submit']))
{
for($i=0;$i<=count($_POST['cat_title']);$i++)
{
echo $_POST['cat_title'][$i];
}
}
<input type="checkbox" value="<?=$cat_tit['category_title']?>" name="check_list[]" id="cat_title" />
if(isset($_POST['submit']))
{
for($i=0;$i<=count($_POST['check_list']);$i++)
{
echo $_POST['check_list'][$i];
}
}
Leave a comment: