PHP Archives - Tuts Make https://www.tutsmake.com/category/php/ Tutorials Maker Sat, 23 Dec 2023 04:15:43 +0000 en-US hourly 1 https://www.tutsmake.com/wp-content/uploads/2018/12/cropped-favicon-1024-1-1-32x32.png PHP Archives - Tuts Make https://www.tutsmake.com/category/php/ 32 32 Composer is not recognized as an internal or external command https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/ https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/#respond Sat, 23 Dec 2023 04:15:40 +0000 https://www.tutsmake.com/?p=28086 Composer is not recognized as an internal or external command operable program or batch file error can occur due to two reasons, Composer is not installed properly or the Composer executable file is not found in the environment variables as

The post Composer is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/composer-is-not-recognized-as-an-internal-or-external-command/feed/ 0
[Fixed] PHP is not recognized as an internal or external command https://www.tutsmake.com/php-is-not-recognized-as-an-internal-or-external-command/ https://www.tutsmake.com/php-is-not-recognized-as-an-internal-or-external-command/#respond Fri, 22 Dec 2023 13:46:57 +0000 https://www.tutsmake.com/?p=28726 The PHP is not recognized as an internal or external command, operable program or batch file error typically occurs when the PHP executable path cannot be added in the system’s PATH environment variable. In this tutorial, we will show you

The post [Fixed] PHP is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/php-is-not-recognized-as-an-internal-or-external-command/feed/ 0
WordPress Fatal error: allowed memory size of X bytes exhausted https://www.tutsmake.com/wordpress-fatal-error-allowed-memory-size-of-x-bytes-exhausted/ https://www.tutsmake.com/wordpress-fatal-error-allowed-memory-size-of-x-bytes-exhausted/#respond Tue, 10 Oct 2023 13:59:55 +0000 https://www.tutsmake.com/?p=28718 Through this tutorial, you will learn how to fix fatal errors: allowed memory size of 8388608,16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824 bytes exhausted (tried to allocate x bytes) in /home/site/public_html/wp-content/plugins , /wp-include, /wp-admin wordpress. How To Fix fatal error: allowed memory

The post WordPress Fatal error: allowed memory size of X bytes exhausted appeared first on Tuts Make.

]]>
https://www.tutsmake.com/wordpress-fatal-error-allowed-memory-size-of-x-bytes-exhausted/feed/ 0
Curl Error 60 SSL Certificate Problem Wamp Xampp https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/ https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/#respond Sat, 23 Sep 2023 03:51:30 +0000 https://www.tutsmake.com/?p=27963 When you face “cURL Error 60: SSL Certificate Problem unable to get local issuer certificate or certificate has expired” in Wamp or XAMPP Server, it means that cURL is having trouble verifying the SSL certificate of the remote server or

The post Curl Error 60 SSL Certificate Problem Wamp Xampp appeared first on Tuts Make.

]]>
https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/feed/ 0
Star Rating System in PHP and MySQL using jQuery Ajax https://www.tutsmake.com/star-rating-system-with-php-mysql-jquery-and-ajax/ https://www.tutsmake.com/star-rating-system-with-php-mysql-jquery-and-ajax/#respond Sun, 03 Sep 2023 10:44:08 +0000 https://www.tutsmake.com/?p=10366 Star rating system/code with PHP MySQL & jquery and Ajax on products, and posts. In this tutorial, we will show you how to build 5 star rating system with PHP MySQL using jQuery and Ajax. As well as, To display the 5

The post Star Rating System in PHP and MySQL using jQuery Ajax appeared first on Tuts Make.

]]>
https://www.tutsmake.com/star-rating-system-with-php-mysql-jquery-and-ajax/feed/ 0
Bar Chart in PHP and MySQL https://www.tutsmake.com/bar-chart-in-php-and-mysql/ https://www.tutsmake.com/bar-chart-in-php-and-mysql/#respond Sun, 13 Aug 2023 03:27:13 +0000 https://www.tutsmake.com/?p=26549 Data visualization plays an important role in making complex information more understandable and accessible. While developing web applications, it is often necessary to present data in an attractive and intuitive format. Bar charts are an excellent choice for representing categorical

The post Bar Chart in PHP and MySQL appeared first on Tuts Make.

]]>
https://www.tutsmake.com/bar-chart-in-php-and-mysql/feed/ 0
Install PHP 8.1 in Ubuntu 20.04 | 22.04 https://www.tutsmake.com/how-to-install-php-8-on-ubuntu-20-04-using-terminal/ https://www.tutsmake.com/how-to-install-php-8-on-ubuntu-20-04-using-terminal/#respond Fri, 11 Aug 2023 13:01:14 +0000 https://www.tutsmake.com/?p=12353 Install PHP 8.1 with extensions in ubuntu. In this tutorial, you will learn how to install php 8.1 with it’s extensions in ubuntu 20.04 & 22.04 apache using the terminal or command line. Prerequisites If you want to install PHP

The post Install PHP 8.1 in Ubuntu 20.04 | 22.04 appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-php-8-on-ubuntu-20-04-using-terminal/feed/ 0
How to Export Data from MySQL to Excel using PHP https://www.tutsmake.com/how-to-export-data-from-mysql-to-excel-using-php/ https://www.tutsmake.com/how-to-export-data-from-mysql-to-excel-using-php/#respond Sun, 06 Aug 2023 06:27:04 +0000 https://www.tutsmake.com/?p=27034 Export mysql data to excel in PHP; In this tutorial, you will learn how to export data from mysql to excel file using PHP. How to Export Data from MySQL to Excel using PHP Steps to export data from MySQL

The post How to Export Data from MySQL to Excel using PHP appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-export-data-from-mysql-to-excel-using-php/feed/ 0
PHP MySQL Delete Record with Confirmation https://www.tutsmake.com/php-mysql-delete-record-with-confirmation/ https://www.tutsmake.com/php-mysql-delete-record-with-confirmation/#respond Thu, 03 Aug 2023 02:48:58 +0000 https://www.tutsmake.com/?p=26586 If you are displaying any data in the list. And you want to add a delete button to the list and when a user clicks on the delete button then the confirmation box should open. Data or record is deleted

The post PHP MySQL Delete Record with Confirmation appeared first on Tuts Make.

]]>
https://www.tutsmake.com/php-mysql-delete-record-with-confirmation/feed/ 0
FullCalendar Event PHP MySQL Example Tutorial https://www.tutsmake.com/fullcalendar-event-php-mysql-example-tutorial/ https://www.tutsmake.com/fullcalendar-event-php-mysql-example-tutorial/#respond Wed, 26 Jul 2023 03:05:03 +0000 https://www.tutsmake.com/?p=26591 If you want to integrate jquery fullcalendar with php mysql bootstrap and create, update, fetch, and display event data from the database while doing crud operations with fullcalendar. So it is going to be very easy for you. Throughout this

The post FullCalendar Event PHP MySQL Example Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/fullcalendar-event-php-mysql-example-tutorial/feed/ 0