dj_inferno
06-29-2003, 06:59 PM
ok, i am in a bind, i got no my sql db, or any other db accept for .txt ones i can make, well i got a voting system started where u clik a link called vote and it queries vote.asp?wp= *by the way, this is for a wallpaper voting system* and it opens a page saying u have voted for wallpaper numer *blank* , it had had *blank* votes, well i want a way to make a counter, for each query page, so i can quickly view the results, and quickly get my code done, the code i have already is as follows.
<%@ LANGUAGE = VBSCRIPT %>
<html>
<body>
<%
wpnum = Request.QueryString("wp")
Response.Write("Thank you for choosing wallpaper number" & wpnum & ", it has had" & & "votes.")
%>
</body>
</html>
HOPE YOU GUYS CAN HELP! i got a contest to enter, and i need an accurate count of which wp the ppl like, thanks in advance
<%@ LANGUAGE = VBSCRIPT %>
<html>
<body>
<%
wpnum = Request.QueryString("wp")
Response.Write("Thank you for choosing wallpaper number" & wpnum & ", it has had" & & "votes.")
%>
</body>
</html>
HOPE YOU GUYS CAN HELP! i got a contest to enter, and i need an accurate count of which wp the ppl like, thanks in advance