PDA

View Full Version : Get a php file to output some simple text...


Kohhal
Wed 29th Nov '06, 7:35pm
I want to make a "dirty hack" for a module I have and all I really need to do is add some text to the existing information that's output. Unfortunately I can't do this through the existing options so I'd like to go into the php file and just add the text there in the appropriate place.

How can I do this, what tags do I need to wrap the text in or whatever and can I put some text formatting in there, bold etc.

Should be simple I'm guessing....

Thanks in advance,

G :)

Kohhal
Thu 30th Nov '06, 9:30am
Ok, bit of a bump but can I just put an echo statement in there somewhere and will that do the job?

Well I managed to figure it out anyway....