Robert, This is what the file looks like $host='localhost'; $user='root'; $pwd=''; $dv='dds'; Michael J. Reaves, MS, MCP Project Specialist _____ From: php-objects@xxxxxxxxxxxxxxx [mailto:php-objects@xxxxxxxxxxxxxxx] On Behalf Of Atkinson, Robert Sent: Wednesday, April 23, 2008 2:23 PM To: php-objects@xxxxxxxxxxxxxxx Subject: RE: Include file Michael - I can't see any obvious problems with your code. What does data.inc look like - does it contain the right information? Robert. ________________________________ From: php-objects@ <mailto:php-objects%40yahoogroups.com> yahoogroups.com on behalf of Michael Reaves Sent: Wed 23/04/2008 20:01 To: php-objects@ <mailto:php-objects%40yahoogroups.com> yahoogroups.com Subject: Include file Group, I am trying to create an include file that contains the info to connect to a MySQL database. I need the file look like this; <?php $host = 'localhost'; $user = 'root'; $pwd = ''; $db = 'dvd'; ?> Here is my code so far; <?php $file = "data.inc"; $format = "%c%cphp"; $first=60; $second=63; printf($format,$first,$second); $information = $information."\$host='$server';\n"; $information = $information."\$user='$user';\n"; $information = $information."\$pwd='$pwd';\n"; $information = $information."\$dv='$db';\n"; echo $information; $fw = fopen($file,"w+") or die("Can't open file $file"); $fout = fwrite($fw,$information); fclose($fw); ?> I have tried char and printf. When I run this the <?php must be interpreted as a new php file and nothing is output. Any suggestions will be appreciated. Michael J. Reaves, MS, MCP Project Specialist [Non-text portions of this message have been removed] ------------------------------------ Are you looking for a PHP job? Join the PHP Professionals directory Now! http://www.phpclass <http://www.phpclasses.org/professionals/Yahoo> es.org/professionals/Yahoo! Groups Links **************************************************************************** ******* Any opinions expressed in email are those of the individual and not necessarily those of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient or entity to whom they are addressed. It may contain material protected by attorney-client privilege. If you are not the intended recipient, or a person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. Random House Group + 44 (0) 20 7840 8400 http://www.randomho <http://www.randomhouse.co.uk> use.co.uk http://www.booksatt <http://www.booksattransworld.co.uk> ransworld.co.uk http://www.kidsatra <http://www.kidsatrandomhouse.co.uk> ndomhouse.co.uk Generic email address - enquiries@randomhou <mailto:enquiries%40randomhouse.co.uk> se.co.uk Name & Registered Office: THE RANDOM HOUSE GROUP LIMITED 20 VAUXHALL BRIDGE ROAD LONDON SW1V 2SA Random House Group Ltd is registered in the United Kingdom with company No. 00954009, VAT number 102838980 **************************************************************************** ******* [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]