User Profile

Collapse

Profile Sidebar

Collapse
ankitgupta871
ankitgupta871
Last Activity: Oct 24 '11, 02:58 PM
Joined: Oct 24 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ankitgupta871
    replied to How to use PHP file in src tag of img?
    in PHP
    header("Content-type: image/jpeg");
    $image = "image.jpg" ;
    echo file_get_conten ts("$home/support/img/$image");

    it works but when i send the email, google reads that it is a image whereas some of the email marketing companies do it in the same way and google ios not able to read it and hence image is displayed irrespective of the fact that whether user opts show images or not
    See more | Go to post

    Leave a comment:


  • ankitgupta871
    replied to How to use PHP file in src tag of img?
    in PHP
    what code should we do write in image.php?
    See more | Go to post

    Leave a comment:


  • ankitgupta871
    started a topic How to use PHP file in src tag of img?
    in PHP

    How to use PHP file in src tag of img?

    Hi, i want to use php file in src tag of image tag.

    For example: i want to give the file name in the src tag of image as show below
    <img src="image.php" >

    In image.php file, i have echo the image named abc.jpg.SO, when i run the file, image.php, i am able to see the image

    But when i run the other file in which <img src="image.php" > is there, then i am not able to...
    See more | Go to post
No activity results to display
Show More
Working...