% page = Request.QueryString ("page") photo_id = Request.QueryString ("photo_id") sql = "Select * from wg_photos where photo_id = " & cint(photo_id) set rsPhoto = server.CreateObject ("adodb.recordset") rsPhoto.Open sql, conn, 3, 3 %>
|
Wallpapers for all Windows, Apple, iPad, iPhone and Android tablets and smartphones
|
|
<%
if Request.QueryString ("from") = "home" then
%>
<% end if %> |
<%
category_id = Request.QueryString ("category_id")
if category_id = "2" then %>
More movie goodies at Joblo's Movie Wallpapers <%else%> <%end if%> |
|
|
All Files ® DesktopExtreme.com - Some images are copyrighted to their respective owners Show menu frames |
<%
if Request.QueryString ("from") <> "home" then
if isnull(rsPhoto("hit")) then
rsPhoto("hit") = rsPhoto("hit") + 1
else
rsPhoto("hit") = rsPhoto("hit") + 1
end if
rsPhoto.Update
end if
set rsPhoto = nothing
%>
<%
set conn = nothing
%>