John Nichel wrote:
> Your php page has a link to the word document like this....
> <a href="word.doc">My Document</a>?
> Show some code.
Sorry
Here is the link in menu6.php
<h3><a href="index.php?m=6">PK PATTERNS</a></h3>
<a href="index.php?m=6&c=pkPatterns/MicroModel.doc">Micro models</a>
<a href="index.php?m=6&c=pkPatterns/test.html">Test</a>
and getting called in here in index.php
<?php
$c = $_GET["c"];
if ($c != "") {
include($c);
} else {
include("content1.php");
}
?>
Thanks
Alex James
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php