//Author:coffee //Email:coffee16888@263.net //Description:counter //Date:2002-03-22 $memo_file="counter.txt"; /*save counternum in the boot/counter/counter.txt*/ $visits=file($memo_file); //get arry from the file $num =$visits[0]; //get the content of the first line in the file $num += 1; exec("rm -rf $memo_file"); //rm old exec("echo $num > $memo_file"); //create new ?> document.write("
"); s=new Array(2); s[0]="第 次" s[1]="上海凡雅服饰" var id,p=0; function show(){ document.counter.countshow.value=s[p]; p=p+1; if(p>1){ p=0 } id=setTimeout('show()',2000); } show();