I have made a method which will delete a file. first i echo the url to this file. like this
echo "<a href='$fulr'>$filename</a>";
now basicaly i want to call the function deletefile($file);
how can i do it like this
echo "<a onclick='$this->deletefile($filename)' href='$fulr'>$filename</a>";
bile doktorunun nedir?
Ya da nasıl ben php kodu içinde benzer bir şey uygulayabilirsiniz?