correction

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ddtpmyra
    Contributor
    • Jun 2008
    • 333

    correction

    Please help to check whats wrong with below quote. Nothing displayed on my page when I call this script. All I wanted is to insert image on the href instead of words only

    TY.

    [PHP]
    <a href="get_file. php?id= {$id}>"><img src="images/preview.jpg"id= "btn_home"> </a>[/PHP]
    Last edited by ddtpmyra; Oct 8 '08, 12:20 AM. Reason: for additional information
  • ddtpmyra
    Contributor
    • Jun 2008
    • 333

    #2
    I resolved my problem... just in case somebody has difficulty on this inserting image here's the correction

    [PHP]echo "<td><a href='get_file. php?id= {$id}'><img src='images/preview.jpg'id= 'btn_home'>";[/PHP]

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Heya, ddtpmyra.

      Glad to hear you got it working! Thanks for posting your solution.

      Comment

      Working...