Mass prefix to link via PHP ?

Status
Not open for further replies.

sandip1110

Active Member
327
2011
39
35
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 !

Code:
<a href="myprefix" + "<?php echo $link; ?>">DOWNLOAD</font></a>
 
1 comment
Status
Not open for further replies.
Back
Top