Hi All,
I have a table in a database, from which I have pulled out all of the data and put it into an array.
Can you tell me how I take that data/array and then print that into an html table that I have made up on a seperate html page.
Thanks in advance for your help.
Ben
Dear All,
I hope someone can help with this, its driving me insane:
I have a piece of code:
#!/usr/bin/perl
# PERL MODULES WE WILL BE USING
use DBI;
# HTTP HEADER
print "Content-type: text/html \n\n";
# CONFIG VARIABLES
$platform = "mysql";
$database = "database";
$host = "host";
$port =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.