[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Inserting info un userdb
>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.