AW: [PHP-DB] RE: problems with require...

2001-02-14 Thread Matthias Kopolt
> I have only started to program in php over the past month or so. > but I'm some problems with this bit of code below. > > Problem area > require('$includefile.inc'); use " instead of ' because within ' the $variable will not get resolved -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] RE: problems with require...

2001-02-14 Thread Simon R Jones
> I have only started to program in php over the past month or so. > but I'm some problems with this bit of code below. > > Problem area > require('$includefile.inc'); hi Dave, the require($includefile); bit should work fine. but before that try replacing this line $includefile = $row["inc