Just put the include inside the function.

<?php
post();
function post() {
print "<font size=\"2\">1</font><br>";
include("oongae.txt");
echo "<br>";
print "<font size=\"2\">2</font><br>";
}
?>


-- -
Louie Miranda
http://www.axishift.com

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

Reply via email to