[snip]
So i would not need to use <?PHP / ?> correct...

Also as to the other question I asked: 

WHat should I use in the other file? the complete connection code or
just the values as variables?

[/snip]
Something like this:

Main file:
<?php
include("includeFile.php");

// do lots of stuff
?>

includeFile.php
<?php
//configuration stuff, functions, db connections, etc.
?>

Cheers,
-jesse-

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to