Developers Map
Discy Latest Questions
In this article, I will show you how to check file in folder exists or not.if you required to check if file is exists or not in given path then you can check easily. Use Code :
On a computer, go to the YouTube video you want to embed. Under the video, click SHARE . Click Embed. From the box that appears, copy the HTML code. Paste the code into your blog or website HTML.
first go to the cell where we want to add translated data type =GOOGLETRANSLATE(सेल नम्बर,”जिस भाषा मे आपका पहले से टेस्ट है”,”जिस भाषा मे बदलना है”) for Example- इंग्लिश को हिंदी में बदलना हो तो.. =GOOGLETRANSLATE(C2,”En”,”Hi”) press enter Note- language code- First 2 ...
Learn how to copy text to the clipboard with JavaScript. Use this :
%0a New Line Character. Encode a new line as %0a.
In a single line use by function
Hers code: return filename.split('.').pop(); return /[^.]+$/.exec(filename); return (/[.]/.exec(filename)) ? /[^.]+$/.exec(filename) : undefined;
if you want to send mail in your website like cakephp , laravel, core php or other freamwork and you are facing some error like “failed to authenticate on smtp server with username” this. and you can use below code ...