Port Arthur Economic Development Corporation I Come Grow With Us!
<%
'Simple asp page counter by Barry Wright
'Using the File System Object
'Create the FSO
Set bwoFSO = Server.CreateObject("Scripting.FileSystemObject")
'Location of text file to store page count.
Set bwoFile = bwoFSO.OpenTextFile(Server.MapPath("count.txt"))
'now we read the number in the file
oldNum = CLng(bwoFile.ReadLine)
'and we close
bwoFile.Close
'we add one to the number
newNum = oldNum + 1
'we open the file to overwrite the new number to it
Set bwoFile = bwoFSO.OpenTextFile(Server.MapPath("count.txt"),2,true)
'and we overwrite it here
bwoFile.WriteLine(newNum)
'and we close the file again
bwoFile.Close
'now we use the number for our display
strCount = newNum
%>
PAEDC
Mission Statement: The mission of the PAEDC
is to implement a proactive,
aggressive industrial recruitment process focused upon specific industrial
clusters that can achieve world-class competitive stature in Port Arthur.
The Port Arthur
Economic Development Corporation is a 4a sales tax corporation created
to enhance Port Arthur's business climate and overall economic
development. The PAEDC is responsible for encouraging
and developing business growth and attracting new business to
Port Arthur. Our 300-acre business park is especially beneficial to
business in the areas of manufacturing, light industrial and commercial
development.
Port Arthur is
ready to help you work, grow and play. Call us today
to find out how
we can help you realize better working conditions, higher profits and happier
employees. With a mild climate and a supercharged business atmosphere,
Port Arthur can help you attain your goals. From economic incentives
to old-fashioned work ethics, the employees and board of directors
of the Port Arthur Economic Development Corporation will
make every effort to make your business grow.
Port Arthur Economic Development Corporation • 2009 Copyright. All Rights Reserved.