| Contact
Muchopets |
This
page should help make sure that your mail gets
through to the correct people. If you are having
any problems with the site please check out our
detailed Help Page first. When you e-mail us be
sure to include your user name or we won't know
who you are!
NOTE - Due to
the overwhelming amount of mail we get, we will
respond as quickly as possible.
Help
Ideas / Suggestions / Comments
- If you have ideas, suggestions or comments
for the site please use the following email
address - comments@muchopets.com
Business Related
-
Advertising
- companies wishing to advertise with muchopets
should email us at advertising@muchopets.com.
No questions about the site will be answered
from this address.
-
|
|
|
|
|
|
<% if not session("username")="" then %>
|
<%
if not session("petitemid")="" then
set rsp =Server.CreateObject("adodb.recordset")
rsp.open "SELECT UserPetTable.userpetName, PetTable.petName, UserPetTable.energylevel, PetTable.smallimg FROM PetTable INNER JOIN UserPetTable ON PetTable.petId = UserPetTable.petId WHERE (((UserPetTable.userPetId)=" & session("petitemid") & "));",conn
if not rsp.eof then
%>
" width="34" height="34"> |
| Pet Name |
<%=rsp("userpetname")%> |
| Pet Type |
<%=rsp("petname")%> |
| Energy Level |
<%=rsp("energylevel")%> |
|
<%end if
end if
%> |
| |
<% end if %>
|