Skip to content

Tag: php

PHP SQL get values with complex checkbox filter

I have 3 tables product product_feature feature In the first one I have my products, the second one I have the id to the product and the id to the feature and the 3rd one I have the features that can be different colors, sizes, material… I built a filter menu with Color blue, red, white, black… Si…

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

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 …