Doctor Feelgood Administrator
|
Posted: Tue, 21 Dec 2004 14:44:39 Post Subject: |
|
|
I don't have anything to e-mail you really... just trying to figure this out.
But basically say:
example.html has
$title = 'monkey';
I want index.php (for example) to be able to reference example.html so when I <?php echo $title; ?> in index.php, it knows that it is "monkey"!
|
|