Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

Cant get sytax correct (1 reply)

$
0
0
Trying to get a picture to appear on screen, resized to a width 128.

echo '<img src="image.php?img_url=<?=base_64_encode("'.$path.$match["photoname"].'")?>&width=128'>

I get no errors, but no picture appears either
This one works albeit not resized.

echo '<img src="'.$path.$match["photoname"].'" />';


VMT

Viewing all articles
Browse latest Browse all 3177

Trending Articles