Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. /plugins/excel-order-mailer/Classes/PHPexec.php  <--i want to include this
  2. /plugins/excel-order-mailer/excel-order-mailer.php <---file im working in
  3.  
  4. require_once './Classes/PHPExcel.php';   <---doesnt work...what does ?
  5.  
  6. include_once(dirname(__FILE__)."/Classes/PHPExcel.php");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement