Search found 8 matches
- Sun Jan 15, 2012 8:33 am
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
Thanks i fixed those errors
- Sat Jan 14, 2012 11:37 am
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
This error is coming because there is no image file in thumbs folder .
The requested URL /BetterPhp/Gallery/thumbs/1.jpg was not found on this server.
The requested URL /BetterPhp/Gallery/thumbs/1.jpg was not found on this server.
- Fri Jan 13, 2012 2:55 pm
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
The requested URL /BetterPhp/Gallery/thumbs/1.jpg was not found on this server.
- Fri Jan 13, 2012 2:53 pm
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
Didn't understand
- Thu Jan 12, 2012 2:48 pm
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
Nothing happens.It just reload the same page see.
- Tue Jan 10, 2012 4:00 pm
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
no error. it only show the name of images and when i click on the image link it will open the image in default resolution and thumbs folder will be empty.
- Sun Jan 08, 2012 6:35 am
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Re: Image Gallery
I follow the tutorial of automatic image gallery but my problem is that the script is not converting the images from root folder to thumbs folder.
- Fri Jan 06, 2012 6:17 pm
- Forum: Tutorials
- Topic: Image Gallery
- Replies: 14
- Views: 1749
Image Gallery
can anyone tell me where is the problem in this script? it doesn't create images in thumb folder . <?php if(isset($_GET['img'])){ if (file_exists($_GET['img'])){ ignore_user_abort(true); set_time_limit(120); ini_set('memory_limit','512M'); $src_size = getimagesize($_GET['img']); if ($src_size === fa...