sandip1110
Active Member
heyy,
guys, please can anyone tell me ...
how to add mass prefix to link via php
ex.
my link : google.com
i want to add prefix like : http://myprefix/google.com
please help
please correct below code as its not working !
guys, please can anyone tell me ...
how to add mass prefix to link via php
ex.
my link : google.com
i want to add prefix like : http://myprefix/google.com
please help
please correct below code as its not working !
Code:
<a href="myprefix" + "<?php echo $link; ?>">DOWNLOAD</font></a>