Hi,
I have a simple request I think.
I know how to formulate it in asp, but need help in php.
I need to have an example of code for the following:
(I write it as I mean it)
IF {rsMP3.Price}="FREE" THEN SHOW <a href="<?php echo $row_rsMP3['downloadurl']; ?>">Download free track</a>
Basically, if my recordet value for the field MP3.Price is the word FREE then a download link should show as shown above.
could you help me with that?
Thanks,
Vinny