It's probably because you're not closing the img tag. Can you post the
straight html code the server is generating before it is parsed by the
browser (view source instead of the computed source that firebug gives
you).

Alvaro

On Thu, Jan 27, 2011 at 11:47 AM, Merrill Oveson <[email protected]> wrote:
> Uphpuers:
>
> I've got the following code:
>
> <?php
> print "<img src=\"includes/line_graph.php?xaxis=\"";
> print $monthSerial;
> ?>
>
>
> Now when I look at the results in firebug I see the following:
>
> <img ; }="" december= "" ; i:11;s:...... src="includes/line_graph.php?xaxis=">
>
> Why is it putting the "src=" clear at the end.
>
>
> I'll recently installed a new server with all the latest code.  Is
> this a bug in php?
>
> Merrill
>
> _______________________________________________
>
> UPHPU mailing list
> [email protected]
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
>

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to