Website building tools
Directory of website building tools. These tools do not require you to know HTML, although it does help if you do.
[ Top ] [ Submit link ]
Wordpress Blogging Tool
Wordpress is a blogging tool that offers lots of additional functionality and makes it easy to set up personal websites.
{kl_php} include "inc_dbconnect.php"; $sql = "SELECT * from mos_ldlinks where catid=6 and published = 1"; $result = mysql_query($sql); $disp = ''; if (mysql_num_rows($result)) { while ($qry = mysql_fetch_array($result)) { $url = $qry['url']; $title = $qry['title']; $description = $qry['description']; $disp .= ''.$title.'
'.$description."
"; } } print $disp; {/kl_php}
[ Top ] [ Submit link ]
Wordpress Blogging Tool
Wordpress is a blogging tool that offers lots of additional functionality and makes it easy to set up personal websites.
{kl_php} include "inc_dbconnect.php"; $sql = "SELECT * from mos_ldlinks where catid=6 and published = 1"; $result = mysql_query($sql); $disp = ''; if (mysql_num_rows($result)) { while ($qry = mysql_fetch_array($result)) { $url = $qry['url']; $title = $qry['title']; $description = $qry['description']; $disp .= ''.$title.'
'.$description."
"; } } print $disp; {/kl_php}
