Click to See Complete Forum and Search --> : user list page


theredguy
05-09-2003, 07:22 PM
I want to make/download a page that contains information about users and let users edit the page, but only their own information, can ne1 help me in such a website? another (big) problem is that i have no Database server, so it should be a database based on text....

Other solutions are welcom as well

another one: if anyone knows a free mySQL Database server, please tell me, I'd like to use that too, first for the purpose of the problem above, but for a lot more too.

Thanks in advance!

Jona
05-09-2003, 09:05 PM
http://lycos.co.uk/ -- Free PHP & MySQL. Also, gives 50 MB.

Bullschmidt
05-12-2003, 01:06 AM
Yes there are many low-cost Web hosts out there that allow ASP or PHP Web pages and databases such as Access and MySQL.

For starters here is some info about ASP pages.

You and others can have access to a database hosted on the Web from any location that has a browser with an Internet connection.

The Web database concept makes sense if you and your people want to do work in various locations in or outside the office and still be "plugged" in.

For example you could have employees enter timesheets or have sales reps log their contacts. Or perhaps you'd like customers to be able to check the status of their orders online without having to call the company.

If you want a Web database, typically what would happen is that a database such as Access or MySQL (basically just consisting of tables) would be put on the Web.

Then "dynamic" Web pages (actually ASP pages which include VBScript, HTML, and/or JavaScript) would be created acting like the old desktop database's queries, forms, and reports to access the database - all hosted on a Web Server.

Dynamic Web pages are similar in many ways to regular HTML pages. But they are "live" because the user can read from and write to information in the database. An example where you can login and add, edit, or view fictional customers and invoices is at http://www.bullschmidt.com/login.asp

Not all Web hosts will handle dynamic Web pages but many do. The Web hosts that can handle ASP pages usually have a Windows 2000 operating system running an IIS Web server.

Here are a few good ASP sites:
o ASP101 (See the Samples Section) - http://www.asp101.com
o 4GuysFromRolla - http://www.4guysfromrolla.com
o Microsoft VBScript Language Reference - http://msdn.microsoft.com/scripting/default.htm?/scripting/VBScript/doc/vbscripttoc.htm

And the following newsgroup is good:
microsoft.public.inetserver.asp.general

Or for a "quick and dirty" generic ASP solution to putting database tables on the Web that just requires setting up a configuration page for each table or query and uploading the database to the Web as long as you have an autonumber field in each table (and as a more advanced issue you'll probably sometime in the future want to create login capabilities), perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com