How to convert the PHP Array to JSON String

How to convert the PHP Array to JSON String

Hi, In this tutorial, I am going to explain, How to convert the PHP Array to JSON String. If you want to convert the PHP Array to JSON String use the json_encode().It will convert the PHP Array to JSON String. Syntax: json_encode($array, Constant1 | Constant2 .... | Constantn); How to log out a user after 10 minutes of inactivity on the site Consider...
How to convert the HTML content into an image using jquery

How to convert the HTML content into an image using jquery

Hi, In this tutorial, I am going to explain, How to convert the HTML content into an image using jquery. If anybody wants to save / convert the HTML content as an image this code can be helpful.There is a jquery plugin i.e html2canvas, By using this plugin we can easily convert the HTML content of any part i.e a particular div content also to image. This...
How to send the bold, italic text in skype chat

How to send the bold, italic text in skype chat

Hi, In this tutorial, I am going to explain How to send the bold,italic text in Skype chat. Generally, in skype chat we send the normal text if you want to send the bold, italic, cross-out text and the combination of the bold and italic text. Just use some symbols before and after the text. * for bold text, _ for italic text, ~ for cross-out text. Usage Bold...
How to download and apply a web font in CSS

How to download and apply a web font in CSS

Hi, In this tutorial, I am going to teach you how to download and apply a web font in CSS. Generally, web fonts allow the designers to use the font without installation on the user's computer. We have to use our own fonts by using the @font-face rule This @font-face rule is supported by the all major browsers, Chrome, Internet Explorer, Mozilla,...