PHP

The event calendar lists the events date-wise in a large calendar view. The events are fetched dynamically and listed under the date cell. An event calendar makes it easier to find the events for a specific date. FullCalendar is a JavaScript library that h...

By: CodexWorld Jan 3, 2023
PHP

There are a few ways to deal with large file uploads in PHP. The easiest way is to increase the maximum upload size limit in the PHP configuration file (php.ini) on the server. If you don’t want to modify the server setting in PHP, the Chunk Upload metho...

By: CodexWorld Jun 17, 2022
PHP

Drive API allows to interact with Google Drive storage and manage files/folders programmatically. We can access or manage files in Google Drive from the website using this REST API. The Google Drive API supports many popular programming languages and PHP i...

By: CodexWorld May 13, 2022
PHP

Drive API provides a quick and secure way to manage files in Google Drive programmatically. This REST API service allows to upload, download, and manage files in Google Drive from the website remotely. The cURL is very useful to make REST API call with HTT...

By: CodexWorld May 12, 2022
PHP

CRUD operations are used for the data manipulation in the database. It is very useful for data management in web applications. The CRUD (Create, Read, Update, and Delete) operations can be implemented easily with PHP. This tutorial will explain how to crea...

By: CodexWorld Apr 12, 2022
PHP

Imgur is an online image hosting and sharing service provider. If your web application has the image upload functionality and wants to optimize the server space, hosting the image to Imgur is the best way to use the image without hosting it on the server. ...

By: CodexWorld Apr 5, 2022

In most cases, a hyperlink is used to link word or excel documents on the web page that allow users to download these files on the local drive. Word or Excel documents can't be displayed directly on the browser like PDF. The MS Office files are required a ...

By: CodexWorld Mar 28, 2022

A real-time clock is a very useful element for websites where time is the primary concern. The clocks are basically two types, analog and digital. This tutorial will explain how to build an analog clock using JavaScript and CSS. In this example real-time a...

By: CodexWorld Mar 23, 2022
PHP

CRUD operations in the web application are used to manage data dynamically. Generally, the data is stored and manipulated in the database. There is also an alternative way to perform CRUD operations without a database. If you have any limitations with the ...

By: CodexWorld Mar 1, 2022
PHP

Link Preview feature extracts title and meta information from a web page and displays this info as a preview. When a web page URL is shared on the social media platform, the link preview is appearing as a summary. If your web application lets users share w...

By: CodexWorld Feb 9, 2022
PHP

Google Drive is a cloud storage engine that allows users to store and share files efficiently. The files are synchronized across devices and can be accessed from anywhere. Google drive makes document management easy without any personal storage. You can al...

By: CodexWorld Jan 20, 2022
keyboard_double_arrow_up