Search found 2 matches
- Sun Jan 06, 2008 6:50 pm
- Forum: Joomla! Coding 101
- Topic: sending email from extension
- Replies: 1
- Views: 583
Re: sending email from extension
Find method sendMail in class JUtility and there you find answer.
- Sun Jan 06, 2008 6:49 pm
- Forum: Joomla! Coding 101
- Topic: php var include
- Replies: 1
- Views: 457
Re: php var include
try this:
$chat = require("../../folder/file.php");
$chat = require("../../folder/file.php");