If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > newbie advice

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-04, 15:34
neoice neoice is offline
Registered User
 
Join Date: Oct 2003
Posts: 58
newbie advice

Hello,

I have written an IT support program for our college using VB and Access and staff have asked if i could provide a web based client so they could create reports from home.

So, my question is, which language should I use?

Somebody at work said PHP would do the job but they have not a clue how to write the code. I only need to place about 7 list boxes and a submit button on the screen. The list boxes will draw data from Access using SQL statements and the submit button will write the data to the DB.

I have knowlege of HTML but thats about it.

any help will be much appreciated.
Reply With Quote
  #2 (permalink)  
Old 11-22-04, 05:21
Sudar Sudar is offline
Registered User
 
Join Date: Jul 2004
Location: Mars
Posts: 137
Thumbs up

Hai,,

There r lot of options ..It depends upon Your webserver and also on your budget.

If you want some very simple features with almost zero cost then you can go for PHP
If you want to host it in Window Platform (with IIS Server) and can spend a few bucks then you can go for ASP or ASP.NET
If your requirement is very complex or complicated then you can go for JSP or Java Servelets..

First decide where r u going to host your Web Page and then start to select the language.

I think PHP will do the job for you as your requirement is very simple.
__________________
Sudar

--
My Blog
Reply With Quote
  #3 (permalink)  
Old 11-23-04, 12:58
cmoney cmoney is offline
Registered User
 
Join Date: Jun 2004
Posts: 11
Since your data is stored in an access database i'd stick with the monoploriffic microsoft software and use the IIS/.NET combo. Windows 2000/XP professional comes with a scaled down IIS server that would probably work for your needs. And you can use http://www.asp.net/webmatrix/default...dex=4&tabId=46 to write your code if you'd like. Its a free program from microsoft for writing .net code.

Here is a fairly long thread about connecting vb.net to an access database.

http://forums.aspfree.com/t21077/s.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On