[ic] Inserting info un userdb

Alma Nuker interchange-users@icdevgroup.org
Sun Jun 16 22:43:01 2002


>Use [perl tables="userdb"] instead of [perl] or just call the [data]
>tag directly, as that's all your Perl is doing anyway.
>
>Instead of doing that [data] call, by whatever means, why not just
>use the standard [userdb save] facility?
I just need to save some additional info to userdb, when I fill out
other form. Zip was only example.
>
>As a side note, you should quote barewords in your Perl, such as
>'userdb' and 'zip'.

Thanks Kevin.