On Thursday 31 January 2002 02:43 pm, katta ananta mohan wrote:
> Dear all,
>         I need to know how to link a MySqldatabase on to a web interface
> like a HTML-form with perl programming .basically I need to retrieve data
> from the database onto the webinterface  by using search methods.I'd
> appreciate if U provide me with some useful links  regarding the same . Can
> anybody help me out... Thanks in advance.
> regards,
> km
>

 What you need is DBD and DBI modules. DBI stands for Database Independence
and DBD-mysql stands for database dependence. You connect to mysql from
perl through these modules. check it in http://search.cpan.org for these 
modules.

sambaiah kilaru

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

Reply via email to