[PHP] Re: confirm subscribe to php-general@lists.php.net

2004-02-24 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > Hi! This is the ezmlm program. I'm managing the > > [EMAIL PROTECTED] mailing list. > > > > I'm working for my owner, who can be reached > > at [EMAIL PROTECTED] > > > > To confirm that you would like > > > >[EMAIL PROTECTED] > > >

RE: [PHP] PHP Alternative to IFRAME?

2004-02-24 Thread Jason Merrique
You could do it this way: Put the content of the file into a variable: "; if($fp) { while(! feof($fp)) { $content .= fread($fp, 1024); } } ?> Insert the variable into a div tag: Then create a style sheet that defines the properties of the content DIV: