como fazer isso fuck?entaum... faz um select no seu bd com o valor dessa session....
<% variavel = session("logado") sql = "select * from tabela where login="&variavel set rs = conexao.execute(sql) %>
seria assim?
Posted 27/09/2003, 14:54
como fazer isso fuck?entaum... faz um select no seu bd com o valor dessa session....
<% variavel = session("logado") sql = "select * from tabela where login="&variavel set rs = conexao.execute(sql) %>
Posted 27/09/2003, 17:10
Posted 27/09/2003, 17:16
Posted 27/09/2003, 17:19
Posted 27/09/2003, 18:19
isso msmcomo fazer isso fuck?entaum... faz um select no seu bd com o valor dessa session....
<% variavel = session("logado") sql = "select * from tabela where login="&variavel set rs = conexao.execute(sql) %>
seria assim?
Posted 27/09/2003, 19:40
Posted 27/09/2003, 22:41
Posted 27/09/2003, 22:49
Posted 27/09/2003, 22:56
Posted 27/09/2003, 23:01
Posted 27/09/2003, 23:08
Posted 27/09/2003, 23:12
Posted 28/09/2003, 02:02
Posted 28/09/2003, 08:27
<html>
<head><title>teste</title></head>
<body>
<%
Set conexao = Server.CreateObject("ADODB.Connection")
Conexao.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ="& Server.MapPath("../dados/form.mdb")
tec = session("logado")
set rs = conexao.execute("Select * From Emails Where tec = '" & tec & "'")
%>
<b><%=rs("tec")%></b>
</body>
</html>
Edição feita por: crazybaby, 28/09/2003, 08:29.
Posted 29/09/2003, 11:42
0 membro(s), 0 visitante(s) e 0 membros anônimo(s)