here is my code:
case "display"
sql="select * from headlines where log = "&u_log
case else
sql="select * from headlines order by date desc "
end select
basicaly I want to turn the table select part headlines into a query string so I can select different tables from within my databases using the url. Im a bit of a beginner so its got me stumped.Can anyone help?
case "display"
sql="select * from headlines where log = "&u_log
case else
sql="select * from headlines order by date desc "
end select
basicaly I want to turn the table select part headlines into a query string so I can select different tables from within my databases using the url. Im a bit of a beginner so its got me stumped.Can anyone help?