Thread
:
MS Access Problem
View Single Post
#
2
(
permalink
)
05-28-2006, 09:39 AM
NeedHelp
Programming God
Join Date: May 2006
Posts: 527
Credits:
0
Rep Power:
13
That should work just fine. What programming language is he using?
For PHP it would look like this
Code:
$query = "INSERT INTO tablename VALUES ('$variable')"; $results = mysql_query($query);
__________________
I Need Help
NeedHelp
View Public Profile
Send a private message to NeedHelp
Find all posts by NeedHelp