![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2006
Posts: 1
Rep Power: 0
![]() |
hi,im trying to make a webpage for our organization,my plan is to make like an online database so that they can log in and log out.....and new applicants can register there....can you give me some sample codes? because i dont have any idea how to do that thing.
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
this is beyond the scope of html. you need to use server side software to do such things. you should check with your host to see if the they offer PHP or CGI and mySQL or even Rubby on Rails.
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#3 |
|
Professional Programmer
|
I think that in DreamWeaver or Front Page there is an opton to use a form to mail a form to an e-mail address. But like mrynit said you would need a database server and PHP, Pearl, etc in order to do something as extensive as log in and log messages.
If you have a server that supports these things, there is probably code out there that does this or something very similar that could probably be edited very little to do what you need to do.
__________________
Perhaps I should have a sticky topic for all of the times I "return" to this forum instead of a new one every time. |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Dec 2006
Location: Sheffield
Posts: 8
Rep Power: 0
![]() |
may i ask you why you are trying to connect to a database with HTML??
try SQL or PHP or maybe ASP but not HTML |
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
You need to do some research on the nature of the client/server paradigm. HTML and kin are markup languages which the browser uses in rendering a page.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basics of HTML Tutorial | crawforddavid2006 | HTML / XHTML / CSS | 14 | Jul 11th, 2006 7:40 AM |
| Basic HTML Tutorial - Reuben Keeney | ReubenK | HTML / XHTML / CSS | 14 | Mar 26th, 2006 5:50 AM |
| HTML =/= Programming | Sane | Coder's Corner Lounge | 32 | Mar 8th, 2006 2:50 AM |
| Python Client for an HTML Server | sabz | Python | 4 | Aug 18th, 2005 7:49 AM |
| Want to upload, show as HTML and other things.... | Invisible | Other Web Development Languages | 4 | Jun 19th, 2005 7:51 PM |