Note that there are some explanatory texts on larger screens.

plurals
  1. POconfirmation page before mailing in php
    primarykey
    data
    text
    <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://stackoverflow.com/questions/13301834/confirming-message-before-mailing-in-php">confirming message before mailing in php</a> </p> </blockquote> <p>I am developing a page where in my boss will search for a company in a database. Once he clicks on its name, an email format will be shown (done in html) as a confirmation page. And then there will be a button (or link? i'm still not sure which to use) which will then send the mail to that particular company. </p> <pre><code>&lt;img src="../../img/emmlogo.jpg" style="left: 0;position: absolute; width: 75px;"/&gt; &lt;body style="padding: 0 0 0 100px;position: relative;"&gt; &lt;?php echo date("F d, Y ");?&gt; &lt;br&gt;&lt;br&gt; &lt;b&gt; echo $row_Recordset1['First Name'].'&amp;nbsp'.$row_Recordset1['Middle Initial'].'&amp;nbsp'.$row_Recordset1['Last Name']; ?&gt;&lt;/b&gt;&lt;br&gt; &lt;?php echo $row_Recordset1 ['Position'].'&lt;br&gt;'.$row_Recordset1['Company Name'].'&lt;br&gt;'.$row_Recordset1['Corporate Address'];?&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Dear &lt;?php echo $row_Recordset1['Last Name']; ?&gt;:&lt;/p&gt; </code></pre> <p>I've only gotten to the confirmation page and it's all set. I just want to find out if it is possible that I can send the information without having to repeat the queries from the confirmation page that I made and I want the mail to look exactly as how I made the html. I am open to any comments or suggestions as this site has helped me a lot in developing this particular project. thank you </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload