I have found this code to check to see if my information exists in the database
but I want the result to be posted inside this so it places the information where it states $products_file1 but it soen't workPHP Code:<?php
$result = mysql_query("SELECT * FROM zen_products");
while($row = mysql_fetch_array($result))
{
echo $row ['products_file1'];
echo "<br />";
}
?>
clues?Code:<p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION1, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_filel), 'NONSSL', true, false)); ?></p>


Reply With Quote
