![]() |
Help with some PHP code
I am wanting to put in a specific email address instead of using
$webmasteremail. Do I have to put this in like perl by using your\@youremail.com or what? Thanks, Parker |
well you could just do <a href=\"mailto:you@youmail.com\">Email Me</a>
|
Vincent]Yeah no real trick there :)
|
Ok, then how would you do it for your email address in your profile? I mean, if you wanted to change to a file instead of an email address?
|
Sorry I wasn't more clear.
I am wanting to change out the $webmasteremail in the following that gets used to send out an email. mail ($user[email],$subject,$message,"From: $webmasteremail"); would I use myname\@myplace.com in place of $webmasteremail or what? Thanks, Parker |
Just above that line, add:
$webmaster = "parkerclark@yoursite.com"; Done. Or just replace $webmasteremail with parkerclark@yoursite.com - no need backslash. |
All times are GMT. The time now is 09:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|