View Single Post
  #2 (permalink)  
Old 05-28-2006, 09:39 AM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Credits: 0
Rep Power: 13
NeedHelp is on a distinguished road
Default

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
Reply With Quote