Results 1 to 2 of 2

Thread: Need script to locate a folder for images

  1. #1
    Join Date
    Feb 2006
    Posts
    26

    Need script to locate a folder for images

    Hi guys.

    I am using PHP, PHPMYADMIN, dreamweaver.

    I am create a simple blog style site.

    I have a folder that will store all images on my server.

    I have a field in my database called 'image' where i put the image name i would like to accompany my post.

    I need a script that will use "<?php echo $row_Recordset1['Image']; ?></p>" and find the folder on the server where it has to display the image.

    for example

    use the 'image' name given from the database and find it from ./img/ then display on screen as image.

  2. #2
    Join Date
    Feb 2006
    Posts
    26
    Quote Originally Posted by tweezers
    PM me with a full task and I will try to help you.
    Thanks but i got it sorted I used an image in dreamweaver then bind it to the 'Image' source from the database.

    updated the source link and, booom boom shake the room, it worked

    it only took me 4 days to work out.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •