Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dg:greenbox:confirm [14 Sep 2011 22:46] jamesdg:greenbox:confirm [14 Sep 2011 22:56] (current) james
Line 9: Line 9:
        or die ("Couldn't execute query.");        or die ("Couldn't execute query.");
                
-$Year=$_POST['Year']; 
-echo $Year; 
- 
  
   echo "The following item has been added to the database:<br>   echo "The following item has been added to the database:<br>
         <ul>         <ul>
-         <li>Type: '$Type' +         <li>Type: $_POST[Type] 
- <li>Frequency: '$Freq' + <li>Frequency: $_POST[Freq] 
- <li>Class: '$Class' + <li>Class: $_POST[Class] 
- <li><b>'$Description</b> '$Comments' + <li><b> $_POST[Description</b> $_POST[Comments] 
- <li>SAN penalty: '$SAN' + <li>SAN penalty: $_POST[SAN] 
- <li>Contributed by: '$Contributor '$Email' + <li>Contributed by: $_POST[Contributor $_POST[Email] 
- <li>More info from: '$MoreInfoURL' + <li>More info from: $_POST[MoreInfoURL] 
- <li>Cell '$Cellavailable from '$Year'+ <li>Cell $_POST[Cellavailable from $_POST[Year]
  \n";  \n";
  
Print/export
QR Code
QR Code dg:greenbox:confirm (generated for current page)