English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i wrote a code which brings the searched data from database in to an array, i would like to display the searched items in html page. how can i display the array content in html page?

2007-07-02 06:47:35 · 1 answers · asked by pravin k 1 in Computers & Internet Programming & Design

1 answers

You'd have the perl code output html. It's kind of clumsy (it's much easier in php), but I have some scripts that do it. For example:

http://football.stassen.com/cgi-bin/records/conference.pl?start=2000&end=2006&team=OhioState&team=PennState

... that information is retrieved from a database and output into html by perl.

2007-07-02 06:53:34 · answer #1 · answered by McFate 7 · 0 0

fedest.com, questions and answers