assassingod
09-13-2003, 04:59 PM
Hello, I am assassingod....Moo, Baa, Oink, Cluck, *insert more farm animal noises here*
Testing some code in one of mah addons
// get latest thread
$newestthread = $DB_site->query("
SELECT thread.threadid,thread.title,thread.dateline
FROM " . TABLE_PREFIX . "thread
ORDER BY dateline DESC
");
while ($newestthreads = $DB_site->fetch_array($newestthread))
{
$latestthread = ("<a href=\"$vboptions[bburl]\showthread.php?$session[sessionurl]t=$newestthreads[threadid]\">$newestthreads[title]</a><br />");
}
Testing some HTML code in one of my pages
<p>
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
Testing an SQL query
SELECT thread.title
FROM thread
ORDER BY dateline DESC
Testing another quote
I toast, therefore I am
ending the main quote
Testing some code in one of mah addons
// get latest thread
$newestthread = $DB_site->query("
SELECT thread.threadid,thread.title,thread.dateline
FROM " . TABLE_PREFIX . "thread
ORDER BY dateline DESC
");
while ($newestthreads = $DB_site->fetch_array($newestthread))
{
$latestthread = ("<a href=\"$vboptions[bburl]\showthread.php?$session[sessionurl]t=$newestthreads[threadid]\">$newestthreads[title]</a><br />");
}
Testing some HTML code in one of my pages
<p>
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
Testing an SQL query
SELECT thread.title
FROM thread
ORDER BY dateline DESC
Testing another quote
I toast, therefore I am
ending the main quote