Code: Select all
$sql="insert into discussion
(author_name,
author_email,
message,
subject)
values
('$author_name GIMBLE',
'$author_email GIMBLE',
'$message GIMBLE',
'$subject GIMBLE')";Moderator: General Moderators
Code: Select all
$sql="insert into discussion
(author_name,
author_email,
message,
subject)
values
('$author_name GIMBLE',
'$author_email GIMBLE',
'$message GIMBLE',
'$subject GIMBLE')";Code: Select all
$author_name = 'Mr. Wiggles';
$author_name = 'wiggles@example.com';
$message = 'Hi everybody! This is a great forum!';
$subject = 'Hello World';
$sql="insert into discussion
(author_name,
author_email,
message,
subject)
values
('$author_name GIMBLE',
'$author_email GIMBLE',
'$message GIMBLE',
'$subject GIMBLE')";
echo $sql;Code: Select all
insert into discussion
(author_name,
author_email,
message,
subject)
values
('Mr. Wiggles GIMBLE',
'wiggles@example.com GIMBLE',
'Hi everybody! This is a great forum! GIMBLE',
'Hello World GIMBLE')how does that connect to code herefeyd wrote:are you sure it's not supposed to be GIMBAL ?
http://dictionary.reference.com/search?r=2&q=gimbal