Skip to content

php loop problems

noob problem: i have some issues with a loop in php…here is the code (i used the same methodology for other pages and it works); the code it is supposed to display the names of the products from a order, it works, but it is not showing the very first product , i don’t know why : and here is

php artisan command not working in ubuntu

When i do php artisan or php artisan serve in my laravel project it shows some error and I don’t know how to solve it. I tried removing composer and again installing it also doing composer update but …

Can i put an img src inside an array?

Is it possible to put an img src inside an array? I have this project on html/css/javascript and php and so far I’ve created a website where you can buy cars online. Now I want to create a page where …