LATEST ARTICLES

Show custom sidebar in WordPress?

2
WordPress Tips & Tricks Create your custom sidebar in WordPress admin side ("my-custom-widget") and paste the below code where you want to show the widget <?php...

How to save HTML content into the database table?

16
Save HTML content via PHP in MySQL database There are different ways to save the HTML data into the database table base64_encode(): encode HMTL...

PDF Generation via PHP

4
TCPDF: TCPDF is now one of the world's most active Open Source projects, used daily by millions of users and included in thousands...

How to setup simple SMTP in WordPress ?

2
Simple SMTP configuration in wordpress via plugin Install an Easy WP SMTP plugin from WordPress site (How to install plugin in wordpress)Go to Settings >>...

How to Start a Blog or website?

4
Are you a blogger and looking for a blogging website? Just relax, in the next few minutes you will be an owner of the...

How to add long text in the SVG?

3
There are different ways to add text to SVG image1. foreignObject2. tspan 1. ForeignObject <style> div { color: #fff; ...

PHP Split long string into multiple line

3
To break long string str_split() function can be used in such a way that <?php $text = "Lorem Ipsum is simply dummy text...

How to create and view SVG image?

4
Use the following code to create a simple SVG image, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="1000" xml:space="preserve"> <desc> Custom hidden text can be added will not...

Beginner: Are you stuck in programming should not do

6
Happy Sunday from Software Expand! In this week's edition of Feedback Loop, we talk about the future of Windows Phone, whether it makes sense...