[PHP] User generated Web pages?

2002-07-04 Thread Anthony Rodriguez
I'm trying to develop a software package for end users with no knowledge of PHP. The package would allow these users to generate Web pages displaying a custom questionnaire to be used by consumers to answer questions online. I thought of writing a PHP script that asks the end users the type

Re: [PHP] User generated Web pages?

2002-07-04 Thread Justin French
It's the right approach, but since you're dealing with large amounts of user-contributed (untrusted, dangerous, suspicious, whatever) data both to create the forms AND to gather information from form submissions, I'd be very wary about security. Infact, I wouldn't recommend it for a first