Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 6th, 2010, 02:03 PM
pcwguy pcwguy is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2010
Posts: 14 pcwguy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 14 sec
Reputation Power: 0
PHP script for a page to display a .jpg image

I created a page in PHP that displays a form which feeds info into a mysql database. However, once users complete the form, I need a script that will allow the page to display a specific .jpg image.
Is there a script to this. Need help PLS????

Reply With Quote
  #2  
Old August 14th, 2010, 10:01 AM
ScriptGuru ScriptGuru is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2010
Posts: 10 ScriptGuru User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 2 m 36 sec
Reputation Power: 0
Hello,

I'm guessing you mean if they have submitted data you want to show a image like
blah blah you completed this form...

on ur script page which you are sending data to you should have a $_POST['xxx'] on it in which i'm hoping you are using
Code:
<?php
if(isset($_POST['formvalue'])){
// do your form checking to make sure everything is ok...



// everything is good
echo '<img src="path/to/image.jpg" />';
}
?>

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > PHP script for a page to display a .jpg image

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap