PHP

Facebook Graph API makes it easy to embed Facebook albums to the website. You can easily create a photo gallery with Facebook photo albums using PHP and Graph API. Do you want to get all the photos from the Facebook page and show on your website? There's a...

By: CodexWorld Apr 28, 2017

A pie chart is a circular graph which is divided into slices to represent numerical proportion. The pie chart mainly used to show comparison and the graphical representation helps understand the comparison easily. If you have a requirement to show the stat...

By: CodexWorld Apr 24, 2017

DateTime picker provides a user-friendly way to select date and time in the web form. The user can select date and time from the DateTime picker dialog without typing manually in the input field. If your web application uses Bootstrap framework, you can ea...

By: CodexWorld Nov 16, 2018
PHP

The PHP mail() function is used to send emails from the PHP script. When you send email using the mail() function in PHP, the mail is sent from your web server. Sometimes it may cause issues in sending an email and fails to deliver mail to the recipient. W...

By: CodexWorld Jan 18, 2024

If your web application uses Twitter Bootstrap framework, modal popup integration is very easy. Bootstrap helps you to add a popup to button or link without using additional JavaScript code. Also, using Bootstrap, you can build a well-designed HTML form in...

By: CodexWorld Sep 13, 2017

Laravel is an open-source PHP framework, follows the MVC (model–view–controller) pattern. Laravel reduces the time of web development, and help to make web application faster and secure. This Laravel tutorial will go through the installation and config...

By: CodexWorld Aug 7, 2021
PHP

An image gallery or photo gallery is an efficient way to show the set of pictures on the web page. Image Gallery allows the user to access all images from throughout the website in one place. Generally, in the web application, the images are uploaded throu...

By: CodexWorld Jul 29, 2020
PHP

Range slider is very useful to add filter feature to the data list. Range slider is mostly used to filter data between two values. Mostly the price filter uses a range slider to filter items by price range in the web application. The price range slider all...

By: CodexWorld Sep 19, 2022
PHP

In many cases, we need to create a dynamic image on the fly and write text on the image in our web application. If you have a requirement like this, don't worry we'll provide a simple PHP script to convert text content to image and save it as PNG or JPG fo...

By: CodexWorld Mar 9, 2017
keyboard_double_arrow_up