NO. mine is all jpg images. I can see all of them in thumbnail page, but in disp-image I can not see every other one

Hi Tanha,

Please check the value of img_ind in url, if it has jump in value, then there is a problem.

Do anyother person, getting this problem.

I found it, it does not display if there is space in the name of the picture.

THEN what is the solution?

I found it, it does not display if there is space in the name of the picture.

THEN what is the solution?

Hi Tanha,

In that case.

replace following line

<img src=<?=$imgpath?>>

with

<img src="<?=$imgpath?>">

hope this will help you.

thanks very much, it is fine now

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.