Hi I'm new in PHP and for now, I'm working on a website for myself (using: HTML, CSS, bootstrap, PHP)
but when I'm testing the website in the tools.pingdom.com this is the image of the warning says:
"Serve the following static resources from a domain that doesn't set cookies"
and because of this gave me a bad grade, you can see the code in the button, it's a very simple code
<img src="source/<?php echo img; ?>" alt="1.jpg" class="img-thumbnail">
what should I do to solve this problem, and how should I serve dynamic data
THANK YOU