$html_code = $html_code.include("filetoinclude.txt");
Research And Development wrote: > Should this work? > > $html_code .= include ("filetoinclude.txt"); > > I am populating a variable with html to be printred later as usual: > $html_code .= "html....". > > But I have some static html files that I want included in the html that > I am storing in the variable. The HTML is in text files. The above code > obviously does not work. I want to know if there is another way. > > Thanks. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php