Search found 8 matches

by ijohnrussel
Sun Oct 21, 2012 2:59 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

i follow all what you have told me but i have still the same problem.. same with the first image post i did... :oops:
by ijohnrussel
Sun Oct 14, 2012 9:55 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

small icons like on the first post i made with the attach image..
by ijohnrussel
Sun Oct 14, 2012 9:45 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

[syntax=xhtml]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style stype="text/css"> a, img{float:left;} </style> <title>Image Gallery</title> </head> <body> <div> <a href=""> <img src="?img=5054193870_a648423b1e_o.jpg...
by ijohnrussel
Sun Oct 14, 2012 9:28 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

Still not working, I have same problem with the small icon showing on the page...
Thanks for the reply :D
by ijohnrussel
Sun Oct 14, 2012 9:17 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

[syntax=text]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style stype="text/css"> a, img{float:left;} </style> <title>Image Gallery</title> </head> <body> <div> <a href=""><img src="?img/Array" alt"Array&qu...
by ijohnrussel
Sun Oct 14, 2012 9:07 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Re: Problem on PHP Tutorial: Automatic Image Gallery tutoria

[syntax=php]<?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 === false){ die ('That does not look like an image'); } $thumb_width = 1100; $thumb_height ...
by ijohnrussel
Sun Oct 14, 2012 8:53 am
Forum: PHP
Topic: Problem on PHP Tutorial: Automatic Image Gallery tutorial
Replies: 15
Views: 2261

Problem on PHP Tutorial: Automatic Image Gallery tutorial

Hi master's of PHP, I have a problem with one of your tutorials about automatic image galleries.
Maybe its just me, but every time I load the page the error icons show instead of the actual image.
Please help me :)

Problem ..
Problem ..
problem.png (13.45 KiB) Viewed 2261 times