|
-
Feb 25th, 2002, 05:22 AM
#1
Thread Starter
Hyperactive Member
script for counter
can anybody give me a simple script for a counter on a webpage?
-
Feb 25th, 2002, 05:46 AM
#2
u want it in ASP? I don't think it can be done in Javascript, but hey i could be wrong.
if u want it in ASP, try this:
<%
Application.Lock
Application("visits")=Application("visits")+1
Application.Unlock
%>
then write out "visits" onto your page.
if u want it in javascript, like a simple image, I think ull need some sort of a third party counter. answers anyone else? disprove me!
-
Feb 28th, 2002, 10:13 PM
#3
Fanatic Member
-
Mar 1st, 2002, 12:31 AM
#4
i've had no contact with PHP.... what's so good bout it?
-
Mar 1st, 2002, 06:02 AM
#5
Fanatic Member
Originally posted by mendhak
i've had no contact with PHP.... what's so good bout it?
well, saying goodbye to ADO was one of the easiest things i ever did. database operations are so easy in PHP, so much more straightforeward campared to ASP, mainly cos there is no ado and all the functions have slightly descriptive names. just give it a try.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|