PHP

File upload is the most used feature in web applications. PHP provides an easy way to upload file to the server. With PHP, you can upload files or images to the server by writing minimal code. In this tutorial, we'll show you how to upload files in PHP and...

By: CodexWorld Jul 18, 2022
PayPal » PHP

PayPal is a widely used payment gateway to accept payment in the web application. PayPal payment gateway is the easiest option for the web developer to integrate payment gateway on the website. PayPal Standard Payment Gateway is the quickest way to accept...

By: CodexWorld Jul 18, 2023
PHP

Image upload functionality is commonly used in web applications and it can be easily implemented using PHP. But if you want to implement image upload functionality without page refresh, jQuery and Ajax are required with PHP. Upload image without page refre...

By: CodexWorld Jul 18, 2022
PHP

Sending email from the script is very useful functionality for the dynamic web application. The email sending functionality can be easily integrated with PHP. PHP mail() function provides a simple way to send email from the script. You can send email with ...

By: CodexWorld Feb 20, 2023
PHP

Drag and Drop feature makes web page user-friendly and provides a nice User Interface for the web application. The jQuery UI provides an easy way to add draggable functionality on the DOM element. If you want to control the display order of images in the l...

By: CodexWorld Jun 4, 2020
PHP

Google OAuth API provides an easy and powerful way to integrate the login system on the website. Google Login API allows the user to sign into the website using their Google account without signing up on that website. The Google login system definitely hel...

By: CodexWorld Jul 20, 2023
PHP

Login with Social media account is the quickest way to add a short sign-up process in the website. Sign in with Twitter is a quick and simple way to integrate user login system on the web application. Twitter API allows the website visitors to log in with ...

By: CodexWorld Nov 13, 2022
PHP

Login with Facebook is a quick and powerful way to integrate registration and login system on the website. Facebook Login allows users to sign into your website using their Facebook account credentials without sign up on your website. PHP SDK allows access...

By: CodexWorld Jan 6, 2021
keyboard_double_arrow_up