Your link has been added successfully!

"; echo "[back]"; } else if ($link_err != "") { include ("i/links_form.inc"); echo ""; } else { echo "

Error: an error has occured during link insertion, please contact the webadmin.

"; } closedb(); } /* end submit */ else { if (link_selectall()) { echo ""; echo ""; $i = 1; while (link_nextrow()) { echo ""; echo ""; } echo ""; echo "

titleposted byonhits

"; echo $i++; echo ". "; echo $link_row["title"]; echo ""; if ($link_row["email"] != "") { echo ""; echo $link_row["posted_by"]; echo ""; } else echo $link_row["posted_by"]; echo ""; echo date("M n, Y g:ia", $link_row["date"]); echo ""; echo $link_row["hits"]; echo "
"; echo "add a new url: "; echo "[+]"; echo "
"; closedb(); } else { echo "No links available.
"; } } /* end of list all url */ ?>