php3-list | 199901
Date: 01/20/99
- Next message: Michael Stearne: "[PHP3] OT: Visual Editor For Linux"
- Previous message: Paul Wolstenholme: "[PHP3] Apache core dumping"
- Next in thread: webmaster <email protected>: "Re: [PHP3] $scalar = include(text.inc)?"
- Reply: webmaster <email protected>: "Re: [PHP3] $scalar = include(text.inc)?"
- Reply: Andrew Smith: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Brian Schaffner: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I can't seem to open up a text file and put it's contents into a scalar
variable. I've searched through the docs..and still..it doesn't seem to
work.
<?
$myText = include(text.inc);
?>
obviously doesn't work like I want it to. I've tried quotes..and all that
jazz..and I've attempted most of the other file functions for PHP.
Is there a FILEHANDLER reserve like perl in PHP? There's got to be a way
to do this. Any suggestions? (Why do I feel like this is a dumb
question?!)
Thanx.
-spencer-
smindlin <email protected>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Michael Stearne: "[PHP3] OT: Visual Editor For Linux"
- Previous message: Paul Wolstenholme: "[PHP3] Apache core dumping"
- Next in thread: webmaster <email protected>: "Re: [PHP3] $scalar = include(text.inc)?"
- Reply: webmaster <email protected>: "Re: [PHP3] $scalar = include(text.inc)?"
- Reply: Andrew Smith: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Maybe reply: Brian Schaffner: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

