PHP

Rotate image before upload feature allows the user to fix the photo orientation when uploading images to the server. With this feature, the user can preview the image and correct the orientation before file upload. Image rotation functionality is very usef...

By: CodexWorld Dec 4, 2019

Event Calendar helps to list the events in a user-friendly way. The full view calendar is the best option to display the events in a calendar. In the dynamic web application, the events are fetched from the database and listed in the large calendar. If you...

By: CodexWorld Jun 23, 2020

The autocomplete feature is very useful for the location search input field. It helps to select a proper location without typing the entire address. The autocomplete functionality can be easily added to the input field for text-based geographic location se...

By: CodexWorld Sep 8, 2022

PDF file format is very useful to download bulk data in the web application. With export to PDF functionality, the HTML content is converted to PDF document and downloaded as a PDF file. In the dynamic web application, a server-side script is used to conve...

By: CodexWorld Oct 14, 2022

File or image upload is the most used functionality for the web application. Generally, the file upload functionality is useful when you want to allow the user to upload the file to your server. You can easily upload file using PHP and HTML file input fiel...

By: CodexWorld Mar 7, 2019

CKEditor provides various plugins to enhance the functionality of the WYSIWYG HTML editor. The Image plugin is one of the most useful to insert images into the editor content. By default, the Image plugin is included in the Standard and Full packages. Gene...

By: CodexWorld Feb 11, 2019

CRUD Operations in CodeIgniter are the most implemented functionality for the web application. Generally, the page is refreshed and redirected when an action is requested in CodeIgniter CRUD application. Also, the CRUD operations are also be implemented wi...

By: CodexWorld Jan 30, 2019

WYSIWYG Editor is very useful when you want to allow the user to insert the formatted text content in textarea input field. Generally, the WYSIWYG editor is driven by JavaScript, converts formatted text to HTML before submitting the web form. CKEditor is a...

By: CodexWorld Feb 5, 2019

Auto Resize feature makes a textarea more user-friendly. It expands the height of textarea automatically based on the content. If your web form contains a textarea, you can add the auto resize feature to resize the height of the textarea automatically to f...

By: CodexWorld Jan 9, 2019
keyboard_double_arrow_up