Thread
:
php-mysql code doensn't work?
View Single Post
#
3
(
permalink
)
2006-07-04, 12:32 PM
flann
Member
Join Date: Jun 2006
Posts: 55
I've gotten in the good habit of always listing the fields that I want to insert into, this practice eliminates a lot of bugs.
PHP Code:
INSERT INTO table
(
field1
,
field2
,
field3
)
VALUES
(
'$var1'
,
'$var2'
,
'$var3'
);
__________________
flann
Free Mortgage Calculator
|
Debt Free
flann
View Public Profile
Send a private message to flann
Find all posts by flann