Using object

2004-11-12 Thread Augusto Flavio
Hi, I'm here again for a more question. My doubt is how use correctly the object html . I'm trying make something like this: http://javascript.internet.com/forms/items-popup-list-modify.html But i have a big problem! The object just work if i selected the items on the object SELECTED. if y

Re: CGI::SESSION, mysql, storing session data

2004-11-12 Thread Harley Davidson
But you did not post the correction/solution=) sorry about that. The resolution was to re-read the section of the cgi::session documentation which talks about the data table. "Session data is stored in the form of hash table, in key value pairs" I thought that the first argument to the p

Re: CGI::SESSION, mysql, storing session data

2004-11-12 Thread Chasecreek Systemhouse
On Thu, 11 Nov 2004 13:09:58 -0600, Harley Davidson <[EMAIL PROTECTED]> wrote: > problem solved. reading the module docs like a technical manual instead of > a comic strip seemed to help;) But you did not post the correction/solution=) So, others may be doomed to repeat... -- WC -Sx- Jon

Re: Manipulating programs

2004-11-12 Thread Chasecreek Systemhouse
Also, you MIGHT be interested in this other one I found: http://www.unicom.com/sw/ HTH -- WC -Sx- Jones http://youve-reached-the.endoftheinternet.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

re: CGI::SESSION, mysql, storing session data

2004-11-12 Thread Harley Davidson
problem solved. reading the module docs like a technical manual instead of a comic strip seemed to help;) _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ -- To

Re: untainting data

2004-11-12 Thread Shaun Fryer
> inputErrorHandler($foo) unless testInput($foo); Sorry for the typo. ;) Of course inputErrorHander() is upto you to create. -- = Shaun Fryer = http://sourcery.ca/ ph: 416-544-9461 = -- To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: untainting data

2004-11-12 Thread Shaun Fryer
> I can't say how others do it but almost my every script starts with: > > if ($ENV{'HTTP_REFREER'} !~ /yourdomain.com/) { > exit; > } > > it helps eliminating of Bad Guys forms & shoving of data (no remote postings > allowed). Sorry to differ, but it does not. The HTTP_REFERRER is set by the cl

CGI::SESSION, mysql, storing session data

2004-11-12 Thread Harley Davidson
Hello, I have to send this from my hotmail account, I apologize in advance if it's completely unreadable;) I am using CGI::Session, storing the session data in mysql. I am able to store the appropriate values into the id and a_session columns. However, I am also trying to store store group in