need help with data->html execution

Alexej Kubarev

New member
Just put every dynamic part into the separate column in the database..
so the output should look like this:

Code:
echo("<a href='".$row['link_to_manufacturer']."' target='_blank'>".$row['manufacturer ']."</a> has the <a href='".$row['link_to_product']."' target='_blank'>".$row[product']."</a> for $".$row['price']." after ".$row['deal'].". ".$row['description']);

I hope this will help..
 
Back
Top