Please help me to fix this ' or " mark:

echo '<td>'.'<img src="images/".$data['images']>'.'</td>'.'<br>';

The above code does not seems right.

Thanks before.

echo '<td><img src="images/' . $data['images'] . '"></td>';
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.