View Single Post
  #2 (permalink)  
Old 05-12-2005, 08:13 PM
Till's Avatar
Till Till is offline
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Quote:
Originally Posted by theninjasquad
hey,
So youve got your typical UPDATE statement, UPDATE Table SET column = 'data'. What im wondering is if its possible to have the column aspect of that to be a php variable? I've been trying this but nothing seems to happen, and I dont get any error, so I think the code just recognizes it as a string, not as the value of the variable. I tried to echo the variable to see if that would work, but then I got a parse error. Anyone have any other ideas? any help would be greatly appreciated, thanks!!
Share your code snippet so people see what you are doing.
Reply With Quote