View previous topic :: View next topic |
Author |
Message |
cwdlmdd -
Joined: 06 May 2004 Posts: 32 Location: st peters mo
|
Posted: Thu May 20, 2004 6:32 pm Post subject: php help |
|
|
When I run a sample php script in a web broswer and than check the sorce code it dose not show the <?php ?> code. Is this wright? |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Thu May 20, 2004 6:59 pm Post subject: |
|
|
Yes. This is correct.
The server processes the PHP commands and then sends the results to the
visitor's browser in HTML. |
|
Back to top |
|
 |
cwdlmdd -
Joined: 06 May 2004 Posts: 32 Location: st peters mo
|
Posted: Thu May 20, 2004 10:00 pm Post subject: php help |
|
|
Thanks!! That really had me a little confused. I thought maybe I was doing something wrong. But I guess not |
|
Back to top |
|
 |
|