# Please Help

**URL:** https://forum.kirupa.com/t/please-help/47734
**Category:** Uncategorized
**Created:** [April 6, 2004, 8:24pm UTC](https://forum.kirupa.com/t/please-help/47734 "2004-04-06T20:24:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ken](https://avatars.discourse-cdn.com/v4/letter/k/cc9497/32.png) [@ken](https://forum.kirupa.com/u/ken)
#### Post date: [April 6, 2004, 8:24pm UTC](https://forum.kirupa.com/t/please-help/47734/1 "2004-04-06T20:24:51Z")

</div>

Hi the code below is soppose to do this. When I press the send button the (please wait for confirmation) shows up. Then (thank you for visiting).  
Then finaly (You will receive a confirmation email shortly.).

What happening with me is (please wait for confirmation) never goes away,  
the email does go through but thats it, does anyone know what I should do  
to get the rest working properly thanks.

$sendresult = "Thank you for visiting \<a href = “$siteaddress” target = “\_blank”\>\<u\>$sitename\</u\>\</a\>. You will receive a confirmation email shortly. ";  
$send\_answer = “answer=”;  
$send\_answer .= rawurlencode($sendresult);  
echo “$send\_answer”;
