% @ LANGUAGE="VBScript" lcid="1036" %> <% postid2 = Request.QueryString("postid") topicid2 = Request.QueryString("topicid") visdt = Request.QueryString("visdt2") vish = Request.QueryString("vish2") strTopicSQL = "SELECT topicdesc FROM Topic WHERE topicid=" & topicid2 & " " set TopicRes=ConnectionBD.Execute(strTopicSQL) strPostSQL = "SELECT * FROM Post WHERE postid=" & postid2 & " " set PostRes=ConnectionBD.Execute(strPostSQL) %>
Répondre au message "<% =PostRes("posttitle") %>" du groupe "<% =TopicRes("topicdesc") %>"
profil | s'enregistrer | préférences | faq | rechercher |