Procedural File: profiles.php
Source Location: /public_html/profiles.php
Page Details:
Includes:
contactemail [line 52]
string contactemail(
int $uid, bool $cc, string $author, string $authoremail, string $subject, string $message)
|
|
Mails the contents of the contact form to that user
Tags:
Parameters
| int |
$uid |
User ID of person to send email to |
| bool |
$cc |
Whether to send a copy of the message to the author |
| string |
$author |
The name of the person sending the email |
| string |
$authoremail |
Email address of person sending the email |
| string |
$subject |
Subject of email |
| string |
$message |
Text of message to send |
contactform [line 186]
string contactform(
int $uid, [bool $cc = false], [string $subject = ''], [string $message = ''])
|
|
Displays the contact form
Tags:
Parameters
| int |
$uid |
User ID of article author |
| bool |
$cc |
Whether to send a copy of the message to the author |
| string |
$subject |
Subject of email |
| string |
$message |
Text of message to send |
mailstory [line 288]
string mailstory(
string $sid, string $to, string $toemail, string $from, string $fromemail, string $shortmsg)
|
|
Email story to a friend
Tags:
Parameters
| string |
$sid |
id of story to email |
| string |
$to |
name of person / friend to email |
| string |
$toemail |
friend's email address |
| string |
$from |
name of person sending the email |
| string |
$fromemail |
sender's email address |
| string |
$shortmsg |
short intro text to send with the story |
mailstoryform [line 414]
string mailstoryform(
string $sid, [bool $cc = false], [string $to = ''], [string $toemail = ''], [string $from = ''], [string $fromemail = ''], [string $shortmsg = ''], [string $msg = 0])
|
|
Display form to email a story to someone.
Tags:
Parameters
| string |
$sid |
ID of article to email |
| bool |
$cc |
Whether to send a copy of the message to the author |
| string |
$to |
name of person / friend to email |
| string |
$toemail |
friend's email address |
| string |
$from |
name of person sending the email |
| string |
$fromemail |
sender's email address |
| string |
$shortmsg |
short intro text to send with the story |
| string |
$msg |
Error message code |
|
|