Any body know
what to use for mirror
when user search on wcddl
<?=$dl['title']?>
this is not working
plz help
what to use for mirror
when user search on wcddl
<?=$dl['title']?>
this is not working
plz help
What he said, except you should use processURL() on the title to put it in a URL.
e.g. <a href="somewhere.php?q=<?=$core->processURL($dl['title'])?>"><?=$dl['title']?></a>
input type="text" name="q"