FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » image gallerie (image gallerie)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
image gallerie [message #35574] Tue, 23 January 2007 11:54 Go to previous message
marslander is currently offline  marslander   Belgium
Messages: 6
Registered: December 2006
Karma:
Junior Member
hey

i had a question from a friend asking if i could pull out all the images from the forum and drop them in a gallerie whit there name and say in different subgalliers for each topic there is hm
and i'm runnign fud forum true egroupware and i don't do any programming in php ... but learining

i got this far say only trying to get all the images visible on one page whit there id and owner id for now but i get the id location and all

but the images don't show ?




<?php
include 'config.php.inc';
include 'opendb.php.inc';

$query = "SELECT id, original_name, owner, location FROM phpgw_fud_attach";
$result = mysql_query($query);


while($row = mysql_fetch_array($result, MYSQL_ASSOC))
{
echo "id : {$row['id']} <br>" .
"original_name : {$row['original_name']} <br>" .
"owner : {$row['owner']} <br>" .
"location :{$row['location']} <br> " .
"<img file="{$row['location']}> <br><br>" ;
}

include 'closedb.php.inc';
?>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FUDFORUMS List
Next Topic: Moving single posts
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 09 23:32:25 GMT 2024

Total time taken to generate the page: 0.04015 seconds