Display image if a recordset contains something in PHP

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

  1. #1

    Default Display image if a recordset contains something in PHP

    I am workin on a website for a retaurant where the menu listing has many
    vegetarian options. In the database the 'vegetarian' column contains a v or it
    is empty. I'd simply like to add the code somewhere that causes the browser to
    display the vegetarian icon (vegetarian.jpg) if the v is present for that
    record. Can anyone help Cheers Dave

    davecheet Guest

  2. Similar Questions and Discussions

    1. recordset query to display record title hyperlinked
      Hi all, If anybody could please help me i would be most greatful! I have started builiding a front end website connected to a mysql database...
    2. unable to display all values in recordset
      I am unable to display all the values of the recordset when the page loads initially. The page loads and i get an empty table and when the visitor...
    3. I cant display recordset values of only what a visitorselects
      I have a page in cf page at http://websitemedia.net/demo/7665/without_fl/qualitymotorsdemo.cfm I have am trying to have the table display change...
    4. Display or Hide Recordset Data
      Hi All I am trying to allow, via the admin section, the ability to change the background colours of a table. The problems I am having is as...
    5. Call Image if recordset value = something
      I have a database, and there is a goal feild in table 1 which specifies a static value lets say 1000. I have a donation feild in another table 2...
  3. #2

    Default Re: Display image if a recordset contains something in PHP

    davecheet wrote:
    > I am workin on a website for a retaurant where the menu listing has
    > many vegetarian options. In the database the 'vegetarian' column
    > contains a v or it is empty. I'd simply like to add the code
    > somewhere that causes the browser to display the vegetarian icon
    > (vegetarian.jpg) if the v is present for that record. Can anyone
    > help Cheers Dave
    hi,
    this can help you : Advanced Conditional Region 2.0
    [url]http://www.dmxzone.com/showDetail.asp?TypeId=3&NewsId=553[/url]

    good luck

    bretz

    bretz Guest

  4. #3

    Default Re: Display image if a recordset contains something inPHP

    If you post the relevant code that prints out the table I can tell you how to modify it.....


    Ross Riley 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