Echo concatenation problem
Posted: Sun Sep 12, 2010 4:52 pm
Hello -
This echo line
echo "<img src=http://www.aslinside.com/images/\" ".$info_box_sorted[3][0]."\">";
puts the following broken image link on my page
http://www.aslinside.com/images/%22
$info_box_sorted is an array with a value of 5_little_monkeys.jpg
Can you tell me how to fix the code that concatenates the array value to the image URL?
Thank you,
Dave
This echo line
echo "<img src=http://www.aslinside.com/images/\" ".$info_box_sorted[3][0]."\">";
puts the following broken image link on my page
http://www.aslinside.com/images/%22
$info_box_sorted is an array with a value of 5_little_monkeys.jpg
Can you tell me how to fix the code that concatenates the array value to the image URL?
Thank you,
Dave