Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 dispaly PM to admin
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ez4arab
Junior Member

479 Posts

Posted - 19 October 2002 :  21:39:17  Show Profile  Visit Ez4arab's Homepage
I have do this code to display PM for admin. but i need help to copmleted this because i am not experit in ASP. it is just try.

this is the code

<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_func_secure.asp" -->
<!--#INCLUDE FILE="inc_func_common.asp" -->
<!--#INCLUDE FILE="inc_header.asp" -->
<%

strSql = "SELECT * "
strSql = strSql & " FROM " & strTablePrefix & "PM"
strSql = strSql & " WHERE M_FROM = 1009"

set rsChk = Server.CreateObject("ADODB.Recordset")
rsChk.open strSql, my_Conn



Response.Write "Member ID "& rsChk("M_FROM")
Response.Write ""
Response.Write("<br />")
do until rsChk.EOF
Response.Write rsChk("M_SUBJECT")
Response.Write("<br />")
Response.Write rsChk("M_TO")
Response.Write("<br />")
Response.Write rsChk("M_MESSAGE")
Response.Write("<br />")
rsChk.MoveNext
Response.Write("<br />")
loop

rsChk.close
set rsChk = nothing

%>

what i want to do
- To make display member name insated to member ID
- I want to add to This code need admin user name & password to accece PM.
- let admin chosse member to display his\her PM message.

Ez4arab web site Ez4arab |
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07