Like, how do I search the database and bring back results for it? Wink
Ugh, Tom is having some trouble with the following if anyone has any idea; We have a date drop down menu on the input form. DD/MM/YYYY as three seperate drop downs. We need this to, when a date is selected and the form submitted as a whole, to shove the three individual drop downs in to one database field, txtDate. Naturally it would be a fuck-tonne easier to just have an open field and copypasta all the other open fields, but our client is insistent on using as many drop downs as possible
delete* from users where sessionid = " 'request.form(texboxname)' "
that's what im sayin! we've had good teaching in SQL, inadequate teaching in ASP and none in how to combine the two as one beautiful little bundle. thanks reaper, helpful stuff.
select * from users where username = 'Im gonna party' and date like '%/1999';
delete from users where username = 'Im gonna party' and date like '%/1999';