Re: why php echo does not show up in HTML?
V <[email protected]> Tue, 11 Jul 2023 22:22:04 -0700 (PDT)
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
Tere härra Steve. Kuidas seis on, 0 või 5.......? Annan Teile vaba mikkri, võite rääkida kõigest muust kah. Võid rääkida täielikult suu puhtaks. Kõigest asjalikust ja huvitavast.............. Kuulan suure huviga........ 🤨🤨🤨🤨🤨🤨🤨🤨 😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄 🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂 On Friday, May 24, 2013 at 11:08:54 AM UTC+3, steve nospam wrote: > newbie. > > could someone explain why this does not work? > > <!DOCTYPE html> > <html> > <body> > <p>before > > <?php echo "do you see this?"; ?> > > <p>after > </body> > </html> > > I spend 2 hrs and tried everything and read many things, but message > in echo does not show on the browser. I upload this to the web server. > I also have local web server running. Both support php. I see no error > in the access log file and no error in the php error log file. So the > page is bring loaded OK by the web server. But I do not see the echo. > What Ami doing wrong? > > cheers, > steve