hi all,
my client store image in table using image path
current image path in table : ../../image/23.jpg
my localhost structure : http://localhost/staffsystem/staffdetail.php
i call image from php code using :
$image = odbc_result($rs,"staffimagepath");
<img src="<?php echo $image; ?>"
if i change the image path inside the table to staffsystem/image/23.jpg it success display the image but if using the ../../image/23.jpg the image failed to show
hope someone can guide me
thanx.