php thumb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samarprit patil
    New Member
    • Dec 2011
    • 1

    php thumb

    How to use php thumb in code
    I want to display image in my code...but I cant..its not working..
    code is here
    <img src="localhost////image/cd.jpg" height="40"/>

    send me correction
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    read this link to understand about how to develop thumbnail in php

    Comment

    • charles07
      New Member
      • Dec 2011
      • 45

      #3
      y do u use a lot of slashes, just use

      <img src="image/cd.jpg" height="40"/>

      Comment

      • engrmshahzad
        New Member
        • Jan 2012
        • 1

        #4
        <img src="http://bytes.com/topic/php/images/image/jpg" height="40"/>

        OR

        <img src="image/cd.jpg" height="40"/>

        Comment

        • patel sanjay
          New Member
          • Jan 2012
          • 1

          #5
          php get and post method receive

          Comment

          Working...