Jump to content

can anyone help...


rnb_cassanova

Recommended Posts

Hi Guys,

 

I need to display the result of a new record being added into a mysql db, but more importantly a line which will display specifically the ID of the record that has been entered.

 

code I currently Have -

 

<p align="center">Dear 

  <input name="Name" type="image" value="<?php echo $_SESSION['Name']?>"/>

</p>

 

<p align="center">_Thank You very Much For Your Custom</p>

<p align="center">&_</p>

<p align="center">Submitting Your Proposal_</p>

<p align="center">_Your Reference Number Is -

  <?php echo $row['Employee']?>

</p>

<p align="center">Please Click Here To Return_ </p>

<p align="center">Once Again; Thank You From DV8_ </p>

<p align="center"> </p>

<p align="center">If You Are Uploading Artwork Please Click Browse and Locate The File_</p>

<p align="center"><input name="Name" type="file" />  </p>

</body>

</html>

 

 

cheers Lads

Link to comment
https://forums.phpfreaks.com/topic/88231-can-anyone-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.