http://www.perlmonks.org?node_id=935554


in reply to Re^14: Thanks to Ikegami, Chromatic & Corion
in thread Thanks to Ikegami, Chromatic & Corion

Well you wouldn't want to be putting the <ul> tags in then.

Ok so...

If our database looked like this

pageid int primary key auto_increment, name varchar(255), html text Then (db_get)pages.name="(sqd)name(/sqd)".html(/db_get)

Then localhost:5000?action=test&name=homepage will be displaying the contents of the html column of the pages db.