The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello.
I have a simple form in my second site, and i want to integrate this with my vB. The end of the form is: Code:
mail('someone@something.biz','Zgłoszenie kandydata na Opiekuna',$wiadomosc,'From: '.$_POST['nick']." <".$_POST['email']." >"."\n".'CC: '.$_POST['email']);
$f=fopen('KandydaciNaPodopiecznego.txt', 'a');
fwrite($f, $wiadomosc . "\n\r\n\r");
fclose($f);
}
?>
</body>
</html>
What code should i add, to have in also in post in forum? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|