Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Online help system

by perigeeV (Hermit)
on Aug 14, 2001 at 14:24 UTC ( [id://104726]=note: print w/replies, xml ) Need Help??


in reply to Online help system

Well, what you're doing is accepting arbitrary input from users and then serving it out. Just because the users are "trusted" doesn't let you out of validating and scrubbing the input. Since you have an established framework to follow, why not just write a CGI based form to accept their input. You can use CGI.pm to do the dirty work for you. Then do what you want with the data. You can write it into a static page, or parse it into an XML structure that can be dynamically displayed/searched. I would suggest an intermediate structure so that editting a node would be easier.

If you want to avoid a .htaccess password mess, run a local server that does the data wrangling and then auto updates the live server.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://104726]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found