ASP support?

solitary man

New Member
Messages
3
Reaction score
0
Points
0
Hi-
I'm somewhat new to this but I want to play around with a MS Access database on my web space. I've been checking out how to do this, and from what I've read, it seems that as long as ASP scripting is allowed, then I should be able to do this. Does that work here? I've tried the test below and renamed the file extension to asp with no luck. Any info would be appreciated.
Oh....this is my first post here. Hello World!;)
Kevin-

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<%=Response.write("Hello World")%>
</body>

</html>
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
We don't allow ASP, but PHP should be fine.
 

solitary man

New Member
Messages
3
Reaction score
0
Points
0
We don't allow ASP, but PHP should be fine.
Thanks, Brandon
I guess I have a lot of learning to do then. Specifically, I want to be able to put an MDB file on my webspace and be able to work with it dynamically. I have no idea how to do that with php. (or asp, for that matter)
If it's not possible, you could save me a lot of research.;)

Kevin-
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I know how to do that on windows, not sure about linux though, do a quick google for "access database with php on linux".
 

solitary man

New Member
Messages
3
Reaction score
0
Points
0
I know how to do that on windows, not sure about linux though, do a quick google for "access database with php on linux".
I will, thanks.

What led me to sign up here was the following from free-webhosts.com -reviews:

"Free Web Hosting Review of:
X10Hosting

Scripting: CGI, PHP,
ASP, SSI, FrontPage Extensions, Perl, Python."

Must be an old page.Have a good night,
Kevin-
 
Top