Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 132,648 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,110 people online right now. Registration is fast and FREE... Join Now!




images

 
Reply to this topicStart new topic

images

capty99
post 3 Dec, 2002 - 03:27 PM
Post #1


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 9,137



Thanked 15 times

Dream Kudos: 550
My Contributions


ive got a script to upload and display images...
but the way its set up it only displays one at a time and to change which one is displayed you have to change the actual php code...

here it is :

to display it :

CODE
<?
$db = @mysql_connect(localhost, capty99, ******) or
  die("Can't connect to server.");

@mysql_select_db("capty99", $db) or
  die("Can't select database.");

$get_image = "select binary_junk,
  filetype from images where img_id = 1";

$get_image_result = @mysql_query($get_image)
  or die("Couldn't get image.");

$binary_junk = @mysql_result
($get_image_result,0,"binary_junk");

$filetype = @mysql_result
($get_image_result,0,"filetype");

header("Content-type: $filetype");
echo "$binary_junk";
?>



how do i get it to display more or something... i need a way to set up a gallery like what used to be up at techmechanic
User is offlineProfile CardPM

Go to the top of the page

jaredigital
post 3 Dec, 2002 - 04:11 PM
Post #2


42. That's my final answer.

Group Icon
Joined: 22 Apr, 2001
Posts: 4,090



Dream Kudos: 4
My Contributions


i have no idea, but your PHP at angryblue.net is messed up too. biggrin.gif
User is offlineProfile CardPM

Go to the top of the page

supersloth
post 3 Dec, 2002 - 04:19 PM
Post #3


serial frotteur

Group Icon
Joined: 21 Mar, 2001
Posts: 19,521



Thanked 11 times

Dream Kudos: 2147483647

Expert In: being gentlemanly

My Contributions


um yea, i edited out your pass, just in case it happens to be your server pass too. wink2.gif
User is offlineProfile CardPM

Go to the top of the page

Cookie Mobster
post 3 Dec, 2002 - 06:32 PM
Post #4


nooneenooneenooonee

Group Icon
Joined: 12 Oct, 2001
Posts: 4,723



Dream Kudos: 18
My Contributions


CODE

$get_image = "select binary_junk,
 filetype from images where img_id = ". $_GET["image_id"];

And call the image with something like.

<img src="image.php?image=2">

smile.gif
User is offlineProfile CardPM

Go to the top of the page

capty99
post 5 Dec, 2002 - 08:43 PM
Post #5


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 9,137



Thanked 15 times

Dream Kudos: 550
My Contributions


so weird...
when it says who posted last it says smckone , then cookie monster is in the thread,
when im replying it says smckone next 2 ur post... haha


ummm...
what i guess im trying 2 do is not have 2 put every image in,
i want them to somehow automatically form some sort of gallery...
User is offlineProfile CardPM

Go to the top of the page

capty99
post 5 Dec, 2002 - 08:45 PM
Post #6


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 9,137



Thanked 15 times

Dream Kudos: 550
My Contributions


techmechanic used to have a cool upload/image gallery if i recall.
User is offlineProfile CardPM

Go to the top of the page

capty99
post 5 Dec, 2002 - 08:47 PM
Post #7


the real kya

Group Icon
Joined: 26 Apr, 2001
Posts: 9,137



Thanked 15 times

Dream Kudos: 550
My Contributions


found it :

http://forums.dreamincode.net/index.php?ac...0a909fd3d8dd566
User is offlineProfile CardPM

Go to the top of the page

iamcenz
post 5 Dec, 2002 - 09:08 PM
Post #8


You wish you were my hand!

Group Icon
Joined: 26 Mar, 2001
Posts: 2,385



Dream Kudos: 201
My Contributions


QUOTE(capty99 @ Dec 5 2002, 11:43 PM)
ummm...
what i guess im trying 2 do is not have 2 put every image in,
i want them to somehow automatically form some sort of gallery...

so cant you do something like
CODE
<img src="image.php?image=$var">

and use a loop?
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 04:57AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month