LATEST ARTICLES

Mostbet Guncel Giris: Spor Bahislerinde Lider

0
Mostbet Guncel Giris: Spor Bahislerinde Lider

1win aviator 995

0
Sky High Wins: The Thrill of 1Win Aviator Understanding the 1win Aviator Game The 1win Aviator game has gained immense popularity among online gaming enthusiasts. Its...

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...