Thread: Php help!
View Single Post
Old 18-04-10, 10:34 AM   #4
christopher
Member
 
christopher's Avatar
 
Join Date: Apr 2009
Location: Chester, UK
Posts: 795
Default Re: Php help!

Assuming you have given a value to the variables you're using within the query then it will work... you have given the variables a value haven't you? I.e.

$ID = 'This goes in the ID column';
$Name = 'And this in the Name column';
christopher is offline   Reply With Quote