|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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. No, they don't. > How can I see the raw HTML text? Use the "view source" function in your web broser. -- ---------------------------------- Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org- You will be aided greatly by a person whom you thought to be unimportant. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Iv?n S?nchez Ortega <ivansanchez-alg@rroba-escomposlinux.-.punto.-.org> wrote:
: 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. : No, they don't. : > How can I see the raw HTML text? : Use the "view source" function in your web broser. Thanks to everyone who told me this. --thelma |
|
![]() |
| Outils de la discussion | |
|
|