PHP is nice.
Posted: Mon Dec 02, 2002 2:59 pm
I have only been working with PHP for about a month and I already have a working web application built that I am thinking about putting online. It is pretty much a message board. I develop intranet ASP web applications for my current job so I am not that experience when it comes to developing internet web applications. Are there any security issues I need to be aware of before putting my site on the internet particularly, a php/mysql/apache based web app? Also, when would I want to use session variables vs just passing an user key or something from page to page through hidden input fields? On some of projects at work, we are getting a lot of errors due to session issues. I am trying not to use session variables if I don't have to.