php

Articles tagged: php

x = 1 if x == 1:

# indented four spaces

print("x is 1.")

22 Posts tagged with php.

Convert string to array in PHP

How to convert a string to array in PHP
Tags: array php string

Convert an array to a string PHP

How to convert an array to a string in PHP

Install multiple version of PHP on Xampp

How to use multiple version of PHP on Xampp
Tags: php xampp apache

Get the length of a string in PHP

How to get the length of a string using PHP
Tags: length php string

Remove duplicate values from array in PHP

Remove duplicate values from array using PHP
Tags: array php

Convert percentage to decimal in PHP

How to convert percentage to decimal using PHP

Append to array PHP

How to add more data to an array in PHP
Tags: array php php8

PHP Fatal error: Cannot redeclare function

PHP Fatal error: Cannot redeclare function
Tags: function php php8

Check if date is in the future in PHP

Check if date is in the future in PHP
Tags: date php php8

How to convert date to seconds in PHP

How to convert date to seconds in PHP
Tags: date php php8

How to set up a Symfony 6 project on Xampp

How to set up a Symfony 6 project on Xampp

How to use React in a php 8 project

How to integrate react with php 8 project

How to install Webpack to a PHP project

How to install Webpack to a PHP 8 project to compile sass files

How to create pages in PHP Slim 3 project

How to create routes and views in PHP Slim 3 project

How to upgrade Xampp from php 7 to 8 in windows 10

How to upgrade Xampp from php 7 to php 8 in windows 10

How to install Composer on Windows

How to install Composer on Windows 10 for PHP development

How to create form validation in Laravel 8

How to create form validation in Laravel 8

Receiving emails from contact form in laravel 8 using Mailgun

Receive emails from your contact form using laravel 8 Mailable with Mailgun

Laravel 8 CSV and Excel Import using Maatwebsite

Basic Import of an Excel or CSV file using Laravel Maatwebsite package

How to create custom command in Laravel 8

How to create custom command using Laravel 8

Insert data using seeder in Laravel 8

Use Laravel seeder to insert data to database in laravel 8

How to create login authentication in Laravel 8

How to create Laravel user login authentication in Laravel 8