PHP

YouTube Data API provides an easy way to upload video to YouTube from the website using Google API Client Library. If your web application has video upload functionality and you want to reduce the space of your server, upload video to YouTube will be a gre...

By: CodexWorld May 4, 2022
PHP

Export data feature is very useful where the data is saved on the local drive for offline uses. Export data to file functionality provides a user-friendly way to maintain a large number of data in the web application. There are various file formats are ava...

By: CodexWorld Aug 14, 2023
PHP

LinkedIn is one of the most popular social networks with a huge user base. If you want to allow the user to login with the social account in the website, LinkedIn login option can provide additional value to social login system. Sign In with LinkedIn featu...

By: CodexWorld Nov 13, 2022
PHP

Youtube, Twitter, and Facebook uses Load More Data technique to list dynamic data in a user-friend way. They allow users to dynamically load the data on a button click instead of displaying the pagination links. Show more technique is very interactive beca...

By: CodexWorld Feb 22, 2018
PHP

Nowadays most web projects have a desktop version site as well as a mobile version site. The web interface is available based on the device the user accessed from. When the user visits the website from a mobile device, they need to be redirected to the mob...

By: CodexWorld Aug 17, 2022
PHP

Many times we need store the data as a XML into the database or into the file for later use. For fulfil this need, we will need to convert the data to XML and save the XML file. In this tutorial we will discuss, how to create XML from array in PHP. We have created a simple script for convert PHP array to XML. You can easily generate XML file from PHP array and save the XML file. You can convert all types of array like Associative array or Multidimensional arrays. PHP Array: At first we will store the users

By: CodexWorld Jun 2, 2017
PHP

Dynamic input field allows providing multiple values in a form. It is very useful when you want to receive multiple inputs for the same field in an HTML form. The dynamic input fields feature can be easily integrated using jQuery. You can add multiple fiel...

By: CodexWorld Sep 1, 2023
PHP

Rating helps the user to give their thought and differentiate how good or bad a products or service is. Also, it helps the owner to understand the drawbacks of products and know whether the product meets customer expectations or not. The rating system func...

By: CodexWorld Jun 14, 2018
PHP

This short tutorial will explain how you upload images and create thumbnail of the images using PHP. You can learn dynamic thumbnail creation with our tutorial and easily integrate this script at your project. Also you would be able to view the working liv...

By: CodexWorld Apr 27, 2016
keyboard_double_arrow_up