Date: 12/29/00
- Next message: jeremy brand: "Re: [PHP] PHP problems."
- Previous message: Blaster: "RE: [PHP] Creating a variable from a value"
- In reply to: Hooligan: "[PHP] PHP problems."
- Next in thread: jeremy brand: "Re: [PHP] PHP problems."
- Reply: jeremy brand: "Re: [PHP] PHP problems."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> $fcontents = $fcontents = file ('/home/widegren/public_html/veckobrev/
> $brev');
Single quotes do not interpret variables. Use double quotes (")
instead.
Jeremy
Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: jeremy <email protected>
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
Get your own Free, Private email at http://www.smackdown.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"<body>" -- Quoted from Yahoo! homepage, http://www.yahoo.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jeremy brand: "Re: [PHP] PHP problems."
- Previous message: Blaster: "RE: [PHP] Creating a variable from a value"
- In reply to: Hooligan: "[PHP] PHP problems."
- Next in thread: jeremy brand: "Re: [PHP] PHP problems."
- Reply: jeremy brand: "Re: [PHP] PHP problems."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

