Re: Posting coding on a website
dan napisał(a):
Hi,
I would like to be able to show coding on a website without the website
acting out the commands in the code. For example, I would like to be
able to show some php code to tell a person how to do something.
However, I do not know how to show the code and make the website not
act on it. Can anyone help me in this matter?
Hello
When You want to display...
<?php
or
?>
... just use...
<?php
....or..
?>
....instead. Server will treat what's between just like any HMTL code and won't execute it.
--
Greets
Jester
.
Relevant Pages
- Re: loading tables via SQL script
... and all the SQL commands used are valid for MS Access, ... from Wordpress used on a now closed team website. ... of the Wordpress blog used to maintain the website. ... (microsoft.public.access.gettingstarted) - Re: How do I insert and modify a table in a Word document?
... marc laetzel wrote: ... >> Phil wrote: ... >>> Can someone please provide the ActiveX commands that I can use ... Microsoft website and what you put into Matlab. ... (comp.soft-sys.matlab) - Re: Object Reference Not Set..
... welcome to object oriented programming. ... > I developed and deployed an ASP.net website. ... One of my clients, trying ... > page by not executing those commands. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Commands for C++
... Mike wrote: ... > certain website) but I am not sure how to do this. ... learn the standard C++ API (not commands) as well as the networking API ... (comp.lang.cpp) - Object Reference Not Set..
... I developed and deployed an ASP.net website. ... One of my clients, trying ... The website opens fine in all other machines. ... page by not executing those commands. ... (microsoft.public.dotnet.framework.aspnet.security) |
|