Page 1 of 1

BASIC question PHP newbiee SOLVED

Posted: Fri Aug 20, 2010 3:46 am
by mako34
hi,
I use Joomla and program in C,
but Im a newbiee for PHP learning,
I have followed different hello world examples,

I have PHP installed in my server (working with Jommla),
but after I try the Hello world, I see the working example but it shows different tags


{\rtf1\ansi\ansicpg1252\deff0\deflang9226{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 \par \par \par \par \par

All this HTML is being output to the browser.
\par

THIS IS ACTUAL PHP CODE
\par \par \par } �

why is it showing this \par info?
how to just see the info,
tnx
;)

Re: BASIC question PHP newbiee

Posted: Fri Aug 20, 2010 4:24 am
by mako34
Hello,
just answered my self:
the problem is that I was using the editor by default of windows (word pad), and it was formatting the program in some strange manner,

I´ve downloaded HTML kit, as recommended in the forum, and behold, it works now,

thank you
:crazy:

So another question if any one knows,
- I read some where that any text editor could work, obviusly not,

cheers,