18/02/2008, 23h56
|
#3
|
|
|
Re: Print HTML text from PHP
thelma@uwm.edu wrote:
> I am generating an HTML form in PHP. I'd like to see the HTML
> statements that I've written, but both the echo and print commands
> respond by actually executing the HTML. How can I see the raw HTML
> text?
> thanks, --thelma
>
browser-> view->source.
|
|
|
|