Someone familiar with managing web sites, please help!!?
Now heres the problem>> i have a list of data that i need to upload to my web site (for example a list of staff’s names, tel. n.o , address etc), and i want need to restrict my staff ( scattered around the globe) to check only his/her data only, bcoz the information is private …
The pages need not be very complicated .. only a box to fill in your unique data (your name and social security number) , submit it , and your can see your information..
How is the best (easiest) way to accomplish that? i need to finish this by 4 days, and there are data for about 350 persons to manage and key in.. i’m new to php and Msql, but my web server supports them. is it possible to use Microsoft exel?
Thank you.
What if i use Virtual basic or microsoft access to do the job? but i have make sure that someone else can’t just copy the file and stole the information in it.. any suggestion?
3 Responses to “Someone familiar with managing web sites, please help!!?”


I think you must use database like MySQL. Microsoft Exel is spreadsheet and not support for dbase.
Step 1:
Create dbase
Create table
Step 2:
Create php page for access your dbase.
http://searchoptima.com/computers_and_internet
Report this comment
It would appear you need to use a web based database, like MySQL which your web host may provide. The details are WAY too complicated for this medium. I could tell you, having done something similar in my past, but I would end up writing a book with the amount of detail you need and I simply do not have the time to write that much, and this answer space just would not handle the quantity. Literally, there are whole books written on handling MySQL data in active web pages. I suggest you look into http://www.about.com and look for a tutorial on using MySQL and web pages. They have a wealth of information on programming in web pages. There is NO simple solution with a step by step recipe to do what you want to do.
http://searchoptima.com/computers_and_internet
Report this comment
You need to learn Mysql or else you may contact a database expert at freelance website like http://ww.getafreelnacer.com/ .
http://searchoptima.com/computers_and_internet
Report this comment