View Single Post

   
  #6 (permalink)  
Old 02-28-2008, 09:36 AM
so many sites so little time
 
Posts: n/a
Default Re: "i have gone crazy mfing crazy i have gone crazy"

what i am trying to say here is

// Define the query.
$query = "INSERT INTO home (1) VALUE ('{$_POST['header']}')";
"INSERT
INTO home (2) VALUE '{$_POST['body']}'";

the name of the table is home
and that table whas two fields 1 and 2 and field 1 is a varchar 50 for
the header and field to is text for the body of my site and 'header'
and 'body' are the values im useing b/c those are the names of the
fields in the form

Reply With Quote