On Thu, 19 Jul 2001, Sascha Kersken wrote:

> That $a in the first script, to me, looks like an OO-style CGI Query object.
> This has to be created before use:
>
>   $a = new CGI;

Using $a and $b for variables is not a good idea, since they are used for
sort and can cause some wierd warnings or errors and even worse, make your
script not work.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
He who makes a beast of himself gets rid of the pain of being a man.
                -- Dr. Johnson


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to