<% Dim MyConn, RS, i accessdb="data/database.mdb" myDSN="DRIVER={Microsoft Access Driver (*.mdb)};" myDSN=myDSN & "DBQ=" & server.mappath(accessdb) dim conntemp, rstemp set conntemp=server.createobject("ADODB.connection") conntemp.open myDSN mySQL1 = "Select * From Events order By Name DESC" set rstemp=conntemp.execute(mySQL1) if rstemp.eof then call show_error() else howmanyfields=rstemp.fields.count -1%> ePodiatry
ePodiatry

ePodiatry Home
Podiatry Newsletter
Educational Resources
Directory
News
Conferences
Podiatry Books  
Foot Problems  

 

 

 

 

 

Web site designers
WebGenius

Privacy

Information collected
As with most web sites, when you visit ePodiatry.com, our web server makes a record of your visit and may log the following information for statistical purposes:

  • your server address
  • your top level domain name (for example .com, .gov, .au, .uk etc)
  • the pages you accessed and documents downloaded
  • the type of browser you are using.

Access to information collected
ePodiatry will not make an attempt to identify users or their browsing activities. However, in the unlikely event of an investigation, a law enforcement agency or other government agency may exercise its legal authority to inspect our Internet Service Provider's logs.

Use of information collected
We will only record your e-mail address and other details if you send us a message. Your details will only be used for the purpose of providing you our newsletter and information regarding services and products relevant to the podiatry profession, your details may be added to a mailing list in order to provide you with "hard copies" of information.

When ePodiatry does need to collect secure information it will do so by established and trustworthy third party providers who have secure transmission services.

Cookies
The web site statistics for this site are generated from the web logs as outlined above.

Upon closing your browser the session cookie set by this web site is destroyed and no personal information is maintained which might identify you should you visit our web site at a later date.

Cookies can be either "persistent" or "session" based. Persistent cookies are stored on your computer, contain an expiration date, and may be used to track your browsing behaviour upon return to the issuing web site. Session cookies are short-lived, are used only during a browsing session, and expire when you quit your browser.

Contact this Office
Please contact this Office for further information at epodiatry@epodiatry.com

ePodiatry site map

Educational resources site map

SEO 101 Links: About | Links | Funnies | Alert | Alexa Ranking | Web Directories

Web Directory: A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z
Shopping | PCEL
<% rstemp.close set rstemp=nothing end if%>

Site Map

<%sub show_error()%>
No message available.

Please click here
<%end sub%>