
Star Wars Starfighter Walkthrough
Naboo Proving Grounds
The Royal Escort
Contract Infraction
Secret on Eos
Piracy above Lok
Valuable Goods
Eye of the Storm
Taking the Offensive
The Cripping Blow
Star Wars Starfighter Review
<%
'TRAFFIC'
Dim objCmd4
Set objCmd4 = Server.CreateObject ("ADODB.Command")
SQLTxt = "update traffic set hit_count = hit_count + 1 where " & _
"site_id = 283 and page_id = 108 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|