You have used many ways to upload the file to the server. But are you tried to upload a file using plain JavaScript? This tutorial will show how you can upload a file using JavaScript and PHP. You don't need to use jQuery or Ajax for upload file without pa...

By: CodexWorld Apr 22, 2016

In this short JavaScript tutorial, we'll show how to redirect page after some specified time. Means, page redirect will delay for some specified times. You don't need to use jQuery for doing it, using JavaScript you can easily implement this functionality....

By: CodexWorld Apr 22, 2016

Learn how to implement autocomplete textbox with multiple values using jQuery, PHP and MySQL. We'll use jQuery UI Autocomplete to show the suggestions from the MySQL database and users would be able to select multiple values. Also, this simple JavaScript h...

By: CodexWorld Apr 22, 2016

CodeIgniter's File Uploading Class helps to upload files to the server. You can use various preferences for configuring your file upload and restrict the type and size of the files. This tutorial will show how to upload file in CodeIgniter using File Uploa...

By: CodexWorld Jan 30, 2016

Smooth scrolling using jQuery gives a better user interface to the web project. Smooth scroll reduces efforts of the users to scroll for reach the certain portion of the page. With smooth scrolling, the user can reach the specific portion of the page by cl...

By: CodexWorld May 29, 2019

Many times you required to giving a printable option on your web project. If you are working on this kind of project and looking for a simple solution for that, then this tutorial will help a lot. Using PrintArea jQuery plugin, you can easily print a part ...

By: CodexWorld Apr 22, 2016

A trigger is associated with a database table and it is invoked when a particular event occurs for that table. A trigger is activated when a statement insert, update, or delete rows in the associated table, this is called the trigger events. A trigger can ...

By: CodexWorld Jan 12, 2016

PayPal Instant Payment Notification (IPN) is a notification service that used to notify merchants about the PayPal transaction. This notification is sent to the URL which you have set in notify_url variable of the HTML payment form. Using the Notify URL yo...

By: CodexWorld Sep 13, 2019

Breadcrumbs are navigation links, used to display all the pages links leading from the homepage. Basically, it is placed at the top of the page and helps to backward navigation. In WordPress, breadcrumbs played an important role on the post page. You can e...

By: CodexWorld Dec 31, 2015

Google OAuth API is the simple and powerful way to integrate login system in the website. Google OAuth Login API let you allow the user to sign in the web application using their Google account without registration. Google API allows to authenticate with G...

By: CodexWorld Jan 30, 2020
PHP

Pagination is very useful for the data list where a large number of records are listed from the database. It helps to load the dynamic data faster by diving records in multiple pages. The pagination functionality can be integrated using PHP easily. In PHP ...

By: CodexWorld Dec 15, 2021
keyboard_double_arrow_up