“<?php include(“pmwiki.php’);”
you don't need the outer quotation
the parameter for the include are within the same quotation charaters 
either " " or ' '


try this:
<?php include('pmwiki.php’);

Patrick


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to