Retrieving Images from Recordset

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Retrieving Images from Recordset

    Sorry, ive gone through all the posts, but im unable to find the answer...

    In a repeat region table i (based on users2 recordset that collects id from
    search):

    <img src="<?php echo $row_users2['UserImageURL']; ?>">

    In the database i have a field 'UserImageURL' that has the absolute address to
    the image field.

    I haver the the tree icon but when i upload and try to view i get a broken link


    Can anyone help to try and determine where ive gone wrong?

    cheers in advance


    Barney... Guest

  2. Similar Questions and Discussions

    1. Retrieving images to flash from SQL database
      I've been reading about how, with flash, read and write from SQL server database. But I only finded articles about read and write text data. I need...
    2. Problem in Retrieving Images From MS Access Database
      I'm trying to set-up an online catalogue of products that can be searched. I have achieved this with text, so I can get results from my search....
    3. retrieving a summed value from a recordset.. very odd one!
      I have a simple sql query which contains a sum function, this is then given a column name. If i run it in query analyser i get a correct result....
    4. RecordSet.Move or RecordSet.AbsolutePosition??
      Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to...
    5. scrolling images/slider NOT motion images PLEASE REPLY someone
      i want scrolling images...... like scroll bar with text but scroll bar with images...i dont it as in motion pictures....IF no one knows wot i mean...
  3. #2

    Default Re: Retrieving Images from Recordset

    This is the correct syntax. Have you looked a source view to check the path
    to the image?

    I`d insert the image as a static image, then check its working on the
    server, next copy the path into the correct field in the database.


    --
    Gareth - TMM Dreamweaver
    [url]http://www.dreamweavermxsupport.com/[/url]
    [url]http://www.garethdp.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]

    Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
    Co-Author: Practical Intranet Development - Apress
    Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
    Co-Author: Dreamweaver MX: PHP Web Development - Wrox



    gareth Guest

  4. #3

    Default Re: Retrieving Images from Recordset

    Thanks Gareth for your response....situation resolved....i have jpeg, rather
    than jpeg....duh

    So you were the the technical advisor on Web Application Recipes......i hope
    you didnt write the php sections, there were alot of errors!!

    B

    Barney... Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139