In fact, that's the way you normally would do it. It's not a
good idea to
include paths in the data field, since if the path ever
changed, you would
have to edit EVERY record.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Jeff" <jeffs@NoSpamLamSam.com> wrote in message
news:gbirp4$dqr$1@forums.macromedia.com...
> In most cases you can just include the path when you
call the image, like
> this:
> <img src="images/mapOfTheWeek/thumbnails/<?php
echo
> $row_getMap['mapWeek_imageNameThumb']; ?>" border="0"
/>
>
> Jeff
>
> "meesonator" <webforumsuser@macromedia.com> wrote
in message
> news:gbird6$dfo$1@forums.macromedia.com...
>> hi guys,
>> i have a database with five image fields, and on my
webpage i have file
>> upload
>> boxs so that users images can be uploaded to the
images folder in my root
>> folder, is there a way to automatically insert the
path to the image into
>> the
>> image fields in the database, i would think that it
would have to involve
>> some
>> hidden fields but i am reletivly new to dreamweaver
and would apprieciate
>> some
>> advice, i am using a php page
>> Cheers
>>
>
>