I think this code will help you. I believe you like to get the data form de vars for connection. This the code for my_vars.inc: <?php $host = 'localhost'; $user = 'root'; $pwd = ''; $db = 'dvd'; ?> Here is my code so far; <?php // $file = "data.inc"; include("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; ?> "Atkinson, Robert" <ratkinson@xxxxxxxxxxxxx> escribió: 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@xxxxxxxxxxxxxxx on behalf of Michael Reaves Sent: Wed 23/04/2008 20:01 To: php-objects@xxxxxxxxxxxxxxx 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.phpclasses.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.randomhouse.co.uk http://www.booksattransworld.co.uk http://www.kidsatrandomhouse.co.uk Generic email address - enquiries@xxxxxxxxxxxxxxxxx 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] --------------------------------- Carlos Enrique Rodríguez Dueñas Gerente de Proyectos Solytec Ltda. Bogotá D.C., Colombia, Suramérica Carrera 52 A # 123 b 18 Tel (571)7582942 Móvil: 311-532-0066 --------------------------------- --------------------------------- Yahoo! Deportes Beta ¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí http://deportes.yahoo.com [Non-text portions of this message have been removed]