Posted: Wed Dec 20, 2006 5:32 am Post subject: pls help me out in this
hi everyone,
am new to dis crimson editor.
am now going to ask a simple and basic question.....
how to view the output of HTML/PHP file in crimson editor.
Sponsor Sponsor
Craige
Posted: Wed Dec 20, 2006 12:24 pm Post subject: (No subject)
Well, I've never used Crimson before, but you should check the documentation on it. I'm assuming that Crimson is and IDE, and not just an editor, because if it isn't, it wont have the functionality to do so.
ericfourfour
Posted: Wed Dec 20, 2006 4:31 pm Post subject: Re: pls help me out in this
padmaja wrote:
how to view the output of HTML/PHP file
Open the file in the browser of your choice.
Clayton
Posted: Wed Dec 20, 2006 10:16 pm Post subject: (No subject)
Crimson editor is simply a text editor with features such as syntax highlighting for specific languages and line numbering (to name some common features). To view the output of HTML, you need to save the file as filename.htm and then open it up in your favorite web browser.
Tony
Posted: Wed Dec 20, 2006 10:41 pm Post subject: Re: pls help me out in this
padmaja wrote:
how to view the output of HTML/PHP file in crimson editor.
To view the output of PHP files, you need to execute them... meaning you need to upload the files to your web host, or run PHP (say with XAMP) on your own computer.