Search found 2 matches

by bemyway
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.
by bemyway
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");