PHP

Post to Facebook wall is useful when you want to post dynamic content to Facebook from the website. Here we'll build a simple PHP script to publish Facebook post from the website using Facebook PHP SDK. This functionality lets the user post message, pictur...

By: CodexWorld Sep 10, 2018

Google Identity API lets you allow the user to login to your website with their Google account using JavaScript. You can integrate Sign In With Google Account using JavaScript client library. Google JavaScript API client helps the user to login with their ...

By: CodexWorld Jul 31, 2023
PHP

For pointing the exact location on Google Map it will always be a good idea to pass the latitude and longitude with Google Maps API. In this article, you'll know how to get latitude and longitude from address using Google Maps API in PHP. Use our getLatLon...

By: CodexWorld Nov 10, 2023
PHP

Localhost is used as a development server to develop a web application. If the web application is built with PHP, the mail() function is used to send email from the script using PHP. But PHP mail() function will not work at the localhost. The PHPMailer lib...

By: CodexWorld Aug 3, 2022

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

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
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
PHP

Many times you need to track the visitor’s geographical information in your web project requirement. Tracking the visitor's location can be done by many ways. The HTML5 Geolocation API helps to get geographical location of a user. You can locate the visi...

By: CodexWorld Nov 13, 2022
PHP

The event calendar is a very useful element to display events datewise in the web application. There are various jQuery plugins are available to integrate event calendar in the website. But if you want to list dynamic events on the calendar, it can be easi...

By: CodexWorld Jun 18, 2020
keyboard_double_arrow_up