Wireframe
-
Posts
1 -
Joined
-
Last visited
Never
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Requesting multiple values to set to a variable
in PHP Coding Help
Posted
Hey everyone,
I'm new to this forum and I came here looking for some help with PHP. I've just started
getting into PHP and you guys are probably a smile ahead.
So basically, I have some inputs and want them to be sent to my email in a basic layout shown below.
I want the email to be sent to me like:
Here is my current code which titles the email correctly, but I want to figure out how
to make $message set to the example email I showed above.
I have this code, and it works. But I want $message = "" to make the message contain not just the
forum name, but as well as the name, age, and all other inputs I want.