About UsingPHP
UsingPHP is a great place where developers can learn new things with fresh, polished content in an easy way and build their careers with the help of our topics. Here you can read some important articles on popular technologies like laravel, wordPress, javascript & php. In UsingPHP learner can develop their skills to the next level. UsingPHP welcome all developers who love to code. With us developers can check their skills to giving a quiz with us, and we have quiz on multiple technologies like php, laravel, wordpress, html, css, react js, bootstrap, node js, angular js, vue js, java, photoshop, jquery, mysql, javascript, android, c language and c++ language. Below are some our popular topics, in which we have explained articles on these topics with examples.
Latest Posts
JQuery AJAX Image Upload With Form Data in PHP
In this blog I will show you that how we can upload an image using jQuery, AJAX, MySql and PHP. We can also upload an image without AJAX and jQuery, but if we want to upload an image or file without reload the page then we have to use AJAX and jQuery. Use below code....
- 1057 Views
- 19 Mar 2021
Insert Update Delete in PHP MySQL
In this blog I will try to explain you, how you can implement crud operataions or insert, update, delete in PHP using mysql. First you have to learn about some basis of PHP variables, functions to follow this article. With the help of insert, update, edit in php using mysql, we can make our website....
- 1077 Views
- 13 Mar 2021
How to make image background transparent using PHP
Most of the API's are paid or isn't working perfectly to remove background color from an image. There is an PHP default function imagecolortransparent() is used to define the transparent background of an image while creating image. This is very helpful API for developers & graphic designers. In this article i will show you how....
- 1697 Views
- 12 Dec 2020
Make custom pagination URL in laravel without query strings
There are multiple libraries in laravel which will used to create pretty pagination URL, but in this article I will show you how you can achieve this functionality without using any library. For that first we will create a model, controller and database migration. We can create these all by executing a single command. Run....
- 1715 Views
- 26 Nov 2020
How to create a cron job in wordpress
Cron is a job scheduler which executes in specific time. It is a Linux OS software used to schedule time based jobs. Cron jobs are like commands which are execute in the background. Below is an example of cron job in Linux, in which it tells the OS to run cmd.sh at 8:00 every day.....
- 1450 Views
- 29 Mar 2020
Web Scraping in Laravel using Goutte
The web scraping means gets HTML information from a web-page. Web Scrapping is a easy way to display information of any website to your website. There are tons of libraries to scrap data, In this blog you can learn to scrap data with goutte in laravel. Goutte is a web scraping and the web crawling....
- 2454 Views
- 29 Mar 2020