simple code
-
I have a line like this:
$query->bindValue(":agency", trim($_POST['agency-name']));
which refers to line in form.
′<p><label for=”Agency name”>Agency name: </label><input type=”text” name=”agency-name” /></p>`
Now I want to write a line as the message for an email sent at the end of a registration to say:
′$message = “$Agency has just registered.”;`
but the value of the Agency does not print in the email.
Can you help, please?~
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘simple code’ is closed to new replies.