Looking for an expert PHP and Node.js freelancer?
Do you want to develop a standard, effective, responsive web base application and launch quickly?
File uploads are an essential process in webbase application. Almost every website and web app requires an integrated file or image upload component. File and image upload in CodeIgniter. This tutorial discusses the process of creating a CodeIgniter based file upload that could be easily used upload…
In this tutorial I will show you how to Get YouTube video thumbnail using php. Make a PHP file to get thumbnail from youtube video. In this step we entered the youtube video url and get value video id by using explode() function which is after the '=' in url. We use youtube image storing subdomain 'img.youtube.com'…
Encrypt and Decrypt password. The php manual is currently lacking documentation for the “openssl_encrypt” and “openssl_decrypt” functions, so it took me awhile to piece together what I needed to do to get these functions working as a replacement for mcrypt, which has been unmaintained since…
I have been working with Instagram API to build a social networking website where I used many of its features including showing the public images under a specific #hashtag. The hashtag is a brilliant social media feature, which is already being used in all major social networking websites including…
Connect to the Yahoo! Weather API to get up-to-date weather information for a location. Test an API call in your browser and export the code snippet into your app.
Paypal payment gateway is allows people to make money transfer through internet. And most of the eCommerce stores integrate Paypal payment gateway to provide online payment option. This Paypal tutorial will explain about the complete process of Paypal payment gateway integration in PHP.
PayPal Payment Integration in PHP. Using this merchant can build an app which will help them to send payment to Paypal account. The PayPal Payout Payments API is used to transfer money from a sender’s PayPal account to one PayPal receiver PayPal accounts. You can use PayPal Payout Payments to make…
Here is the most important task for Login with Instagram feature implement in your web application using Instagram API. In this tutorial I will discuss its implementation. Allowing users to Login with Instagram is a good option for web applications. Instagram APIs through you can get user information…
Ajax is used to perform actions on the application via the browser and forwarded to the webserver. Usually after clicking the submit button on the form will refresh the browser, AJAX can submit to the webserver without refresh the browser, even ajax can access the database in one event. For more detail
Simple way to upload images on Amazon S3, If your website has too many image and looking for Amazon S3 to store images there to reduces file load time and bandwidth usage, then you’re here at right place. Amazon Simple Storage Service (Amazon S3) is a popular web service that provides highly scalable,…
Copyright 2025. All rights are reserved