Simple asp help!

andyd8

Member
I have code here, I want something to show if the user ID corresponds with the session ID but I can't get it to work, any ideas what I'm doing wrong? Thanks in advance.

Andy.

<%
if user_id = session("user_id")
then %>
<font size="2" color="#999999">is <% =country %></font>
<% else %>
""
<% end if %>
 
Last edited:
Back
Top