Current location: Hot Scripts Forums » Programming Languages » PHP » PHP POST? {} Image Template Help


PHP POST? {} Image Template Help

Reply
  #1 (permalink)  
Old 08-05-06, 08:38 PM
jadedbat jadedbat is offline
New Member
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
PHP POST? {} Image Template Help

Hi,

I am pretty darn new to PHP, and love it. I need help on this one... it might not even be a php thing but I will see.

I need to be able to load an image from a gallery into a premade html/php template file. So I dont have to draw up 80 seperate pages containing each larger image. Is there a POST/GET method or somethin I could use..

maybe a {image} thingy??

If you could help that would be great. I would rather not use a premade php gallery. Seems like a simple code could fix this issue.

Plz post up if ya know..

JOe
Reply With Quote
  #2 (permalink)  
Old 08-06-06, 12:21 AM
reportingsjr reportingsjr is offline
Newbie Coder
 
Join Date: Aug 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
So you want like one page, and its a gallery, so when they click on a link or thumbnail it will show up in a premade template? OKay, the links will need to be like this:
<a href="domain.com/template.php?image=folder/folder2/image.png">this image</a>

and on the page in the template where you want it to show put this:
<img src="<?php echo $_GET['image']; ?>" alt="blah" />

So you will need to figure out how you want to put the folder location and such..
Reply With Quote
  #3 (permalink)  
Old 08-06-06, 01:45 PM
jadedbat jadedbat is offline
New Member
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks

Yep, that did it. GOod work. I figured it was somethin like that. You rule.

Joe.
Reply With Quote
  #4 (permalink)  
Old 08-06-06, 02:49 PM
reportingsjr reportingsjr is offline
Newbie Coder
 
Join Date: Aug 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
No problem, anytime
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Art Nexus seeking PHP programmers TheArtNexus Job Offers & Assistance 5 02-26-08 03:08 AM
PHP script - image gallery PavelJ Script Requests 2 02-04-06 03:06 PM
PHP with a 'JavaScript-ish' Image Display Cypris PHP 1 07-03-04 03:05 AM
checking a php post to another misterman PHP 1 06-18-04 10:03 AM
Need help on a image slide show using php! xelanoimis PHP 2 10-16-03 06:51 PM


All times are GMT -5. The time now is 07:23 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.