Hi people I want to make a function where the link will get the movie based on the products id. So for example, from the msql DB the product id is called to the product_info.php page. it is therefroe a variable. I was wondering how i can make the code iput the product id into the href link. I want to do this as the movies will be called by their id.
something like this i thought, but its not working
<?php echo '<a href="['product_id'].mpg">Load the movie</a>
Notice how the*.mpg is added on the end, as this is not stored in the DB as part of the products id.
Also how do i make it all load in a new window
Thanks for all help. Im learning slowly..
Cheers
Scotte