Re: [PHP] Plz help me

2004-12-06 Thread Richard Lynch
suneel wrote: > Hi Every one... > > Straight to the topic... > > I have a template file called welcome.tmp. I > want to show the whole file in a Iframe with > dimensions of 250 x 250.(i.e., less dimensions > ). > > Is it possible using PH

RE: [PHP] Plz help me

2004-12-03 Thread Vail, Warren
Assuming you want to show the template file text contents and not have the file translated in any way in the iframe, you might check out; http://www.php.net/manual/en/function.htmlspecialchars.php If on the other hand you just want to show the translated template,, then you want to point your IFR

Re: [PHP] Plz help me

2004-12-03 Thread Greg Donald
On Sat, 4 Dec 2004 02:30:04 +0530, suneel <[EMAIL PROTECTED]> wrote: > I have a template file called welcome.tmp. I want > to show the whole file in a Iframe with dimensions of 250 x 250.(i.e., less > dimensions ). > > Is it possible using PHP. Or how