simple graphic in php with print statement?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • entoone

    simple graphic in php with print statement?

    print "\t\t<td><bgcol or=#000000><fon t color=#000000 font
    color=#000000 face=Tahoma size=2 ><A href='show.php? searchid=$line[id]'>More
    Info</td>\n";


    How would I subsittue text for a graphic in php, using a print statement?

    I'm trying to have a graphic be inserted in place of the More Info text. The
    graphic name is 2.gif


  • point

    #2
    Re: simple graphic in php with print statement?

    Glad to help...

    respect...

    point



    "entoone" <entoone@pacbel l.net> wrote in message
    news:tECXa.322$ 8G7.19319008@ne wssvr13.news.pr odigy.com...[color=blue]
    > That works! thanks so much!
    >
    >
    > "point" <point@caanprod uction.com> wrote in message
    > news:bgmob502sg 3@enews1.newsgu y.com...[color=green]
    > > print("<td bgcolor='#00000 0'><a href='show.php? searchid=$line[id]'><img
    > > src='2.gif' border='0'></img></a></td>\n");
    > >
    > > what is this $line[id]???
    > >
    > > hope this helps....
    > >
    > > point
    > >
    > >
    > > "entoone" <entoone@pacbel l.net> wrote in message
    > > news:IVzXa.289$ yV6.16446625@ne wssvr13.news.pr odigy.com...[color=darkred]
    > > > print "\t\t<td><bgcol or=#000000><fon t color=#000000 font
    > > > color=#000000 face=Tahoma size=2 ><A[/color]
    > > href='show.php? searchid=$line[id]'>More[color=darkred]
    > > > Info</td>\n";
    > > >
    > > >
    > > > How would I subsittue text for a graphic in php, using a print[/color][/color]
    > statement?[color=green][color=darkred]
    > > >
    > > > I'm trying to have a graphic be inserted in place of the More Info[/color][/color][/color]
    text.[color=blue][color=green]
    > > The[color=darkred]
    > > > graphic name is 2.gif
    > > >
    > > >[/color]
    > >
    > >[/color]
    >
    >[/color]


    Comment

    Working...