I am planning to build a simple site that does the following: One page that creates a list of records (to look like results of Google search) from a database that I manage. I want about 20 records per page then option to goto next page of results. Submissions to the database will arrive to me via email and I will have the choice to add then or not. If they are added, they are uploaded and appended to the database on the site. I am thinking PHP, but am concerned about security issues. Any suggestions? I am a newbie at web programming, though I have some VB experience. Duce
For something as basic as that then .Net, PHP, CFM, JSP are all going to be roughly equal so just go for which ever you want.