Hi. I was browsing around on the internet at work and I found these forums. Hopefully, I can have some free help from you people because you all seem pretty knowledgeable
Ok, firstly, my boss has asked me to design a website for our division. Aside from the graphics and the Javascript, applets, and html, I need to add some other essential things that my boss expects.
Firstly, the website I'm designing has two options that I do not yet know how to go about doing yet. I'll detail them below:
(1)
The first thing I need to do is to set up a page where the user can make queries to our SQL Server on the webpage without having to download any intermediate software. At first, I thought that this was possible is Javascript, but after scanning several tutorials, I realized that this may not be the case. First of all, the database contains some secret information which I wouldn't wish to be made public domain. I took a look at the CGI needed to do it, but the tutorial required a UNIX server, which I unfortunately do not have. Finally, I settled on PHP, because I know of an example from my school (http://ben.mbhs.edu/home) that seemed to be able to handle such things. Any suggestions on how I could go about doing this?
(2)
The other problem I have is quite similar to the first. My boss has asked that before anyone downloads any of the database software we have, they must enter certain information. He wants this information encrypted by an algorithm, then sent to his e-mail. Though this seems pretty basic, I can't seem to think of a way. Any suggestions for this one?
Thanks for listening. Keep in mind that I'm only 16, so nothing too complicated please

Ok, firstly, my boss has asked me to design a website for our division. Aside from the graphics and the Javascript, applets, and html, I need to add some other essential things that my boss expects.
Firstly, the website I'm designing has two options that I do not yet know how to go about doing yet. I'll detail them below:
(1)
The first thing I need to do is to set up a page where the user can make queries to our SQL Server on the webpage without having to download any intermediate software. At first, I thought that this was possible is Javascript, but after scanning several tutorials, I realized that this may not be the case. First of all, the database contains some secret information which I wouldn't wish to be made public domain. I took a look at the CGI needed to do it, but the tutorial required a UNIX server, which I unfortunately do not have. Finally, I settled on PHP, because I know of an example from my school (http://ben.mbhs.edu/home) that seemed to be able to handle such things. Any suggestions on how I could go about doing this?
(2)
The other problem I have is quite similar to the first. My boss has asked that before anyone downloads any of the database software we have, they must enter certain information. He wants this information encrypted by an algorithm, then sent to his e-mail. Though this seems pretty basic, I can't seem to think of a way. Any suggestions for this one?
Thanks for listening. Keep in mind that I'm only 16, so nothing too complicated please

Comment