Visitors to add their info to an accessible listing...
Hello all,
I am wracking my brain trying to figure out how to do this:
I have this website I am working on for the Maine Maritime Academy Alumni Association. They have over 5000 members and would like to have a memeber accessible database.
I am trying to develop a format for visiting almuni coming to the website, to add their name, address and E-mail address to this listing. Then, that listing needs to be accessible to other visiting alums.
This is the
Maine Maritime Academy Alumni Association
I guess what I am trying to do is similar to what is being done at:
http://www.mmaaa.org/changeslogin.ccml?pgfrm=43
Please help me. What can I use?
I am coding with Wordpad and am beginning to use Dreamweaver MX for my HTML
Thank you in advance
yrag posted this at 15:51 — 1st December 2004.
They have: 39 posts
Joined: Mar 2004
Hi Truckmen,
Firstly what code are yo using? ASP, PHP.......
Second what language does your hosting company support?
Thirdly have you any experience with databases?
To do what you want to do is (without sounding patronising)very simple, if you answer the questions above i would be happy to give you some pointers and sample code.
Gary
truckmen posted this at 16:34 — 1st December 2004.
He has: 6 posts
Joined: Nov 2004
Hello yrag,
Thank you so much for taking the time to reply.
Answers to your questions:
1) .asp or.php ... I am not sure which to use, so I think my answer is: either one whichever would be the suitable application.
2) Ahhh, I cannot answer this one. I am not sure which, I am hosting with AITcom, but I think I am able to tell you that .php is mentioned with my account
3) No, I have no experiance at all with databases
Thank you again for helping me. As you can see, although I am familiar with a number of aspects on web design, this area has eluded my attention and I am just now starting out. I am looking for information to answer your questions better.
Ralph
yrag posted this at 16:49 — 1st December 2004.
They have: 39 posts
Joined: Mar 2004
Hi Ralph, ill be back online later tonight and i will give you some pointers and help. You really do need to confirm what language you are using though. Th e best way to do this is create two test pages one called test.asp another called test.php. in the asp page write
<?php
=date
?>
<?php
phpinfo();
?>
Gary
truckmen posted this at 23:53 — 1st December 2004.
He has: 6 posts
Joined: Nov 2004
Yrag,
I don't know if I was to place the HTML tags in those same files, so I did not. I now have the following files:
http://www.3me.com/test.asp
http://www.3me.com/test.php
yrag posted this at 16:20 — 2nd December 2004.
They have: 39 posts
Joined: Mar 2004
Truckmen, you added the wrong code to the php file you should have added
<?php
phpinfo();
?>
truckmen posted this at 19:00 — 2nd December 2004.
He has: 6 posts
Joined: Nov 2004
Wow, I am feeling more and more pathetic not knowing anything about this subject at the moment. But that will change as soon as winter break begins for me (I am a full time student at Maine Maritime Academy). I will spen d the entire break learning this if I have to.
OK, I just got off the phone with the company who I do my hosting with. I have .php capability (as well as .cgi, perl and mySQL) on a Linux server.
I also got the page to work:
http://www.3me.com/test.php
yrag posted this at 22:52 — 4th December 2004.
They have: 39 posts
Joined: Mar 2004
I got some stuff for u truckmen if u want it.
truckmen posted this at 21:47 — 22nd December 2004.
He has: 6 posts
Joined: Nov 2004
Hello Gary,
I am here. I have finished my Final exams at the academy and am trying to re-address this issue.
I think this is going to become more involved.
The alumni members who visit the website will need the ability to add their names, addresses and other info into a database that they, can later go into and update whenever they need to.
But they will not be able to change other information that other alumni members has put in.
This database will also be public, or at least available to other members anytime they want to see it.
Also, all Alumni members who add their names and their info might also need to be reminded of their usernames and/or passwords, might they have forgotten either, and I would like to create a system whereby they will automatically receive either username or password if they wish.
Oh, how is all of this magic done?
Ralph
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.