Hi all,
I am developing a student project using cakephp frame work in windows.I have to display all the details of a students with their images in a page , the students images are in the webroot/images folder. I am using <img src="http://bytes.com/submit/images/studentimage.jp g"> for displaying the students images and this working perfectly when no pagination is there but with pagination the images are not displayed in the next pages. Is there any problem with the image source path ? How can i solve this issue? If anyone knows please help me thanks in advance....
I am developing a student project using cakephp frame work in windows.I have to display all the details of a students with their images in a page , the students images are in the webroot/images folder. I am using <img src="http://bytes.com/submit/images/studentimage.jp g"> for displaying the students images and this working perfectly when no pagination is there but with pagination the images are not displayed in the next pages. Is there any problem with the image source path ? How can i solve this issue? If anyone knows please help me thanks in advance....
Comment