Hi
that script works fine. the only problem i seem to be having is that each days date and list of links needs to be in a different UL
the script above will print everything inside a single...
Type: Posts; User: soddengecko; Keyword(s):
Hi
that script works fine. the only problem i seem to be having is that each days date and list of links needs to be in a different UL
the script above will print everything inside a single...
<?php
$con = mysql_connect("*****","*****","*****");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("*****", $con);
$result = mysql_query("SELECT * FROM...
Hi all
I have a script that inputs a link into a database.
the date, li class, url, title and comment are added tot he database.
Outputting these values is fine, but what i want to do is...