[pmwiki-users] index.php question

Patrick Ogay lists at basel-inside.ch
Fri Apr 4 02:41:04 CDT 2008


“<?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




More information about the pmwiki-users mailing list