Web Appication without servers
Moderator: General Moderators
Web Appication without servers
Hi, I just wanna ask this:
Can we develop application web based with database BUT without any Servers.
See, I want to make an application which uses Browser to access database. But I don't want to use any servers like PHP or MysQL.
so to solve that, I'm gonna use MS Acces for the database, but I don't know what languange for process it?
using PHP is not possible because PHP needs server..
an example of the application:
MSDN -> it uses IE and Database but no Servers
So, any suggestion?
thx
Can we develop application web based with database BUT without any Servers.
See, I want to make an application which uses Browser to access database. But I don't want to use any servers like PHP or MysQL.
so to solve that, I'm gonna use MS Acces for the database, but I don't know what languange for process it?
using PHP is not possible because PHP needs server..
an example of the application:
MSDN -> it uses IE and Database but no Servers
So, any suggestion?
thx
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Web Appication without servers
Your computer/laptop/desktop can act as a server so you can run PHP on your machine that runs MS Access. Just install Tomcat or enable IIS on your computer.Tommy1402 wrote:Hi, I just wanna ask this:
Can we develop application web based with database BUT without any Servers.
See, I want to make an application which uses Browser to access database. But I don't want to use any servers like PHP or MysQL.
so to solve that, I'm gonna use MS Acces for the database, but I don't know what languange for process it?
using PHP is not possible because PHP needs server..
an example of the application:
MSDN -> it uses IE and Database but no Servers
So, any suggestion?
thx
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact: