<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040102" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040102</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/automatically-changing-value-after-it-updated-mysql#comment-1226324</link>
    <description> &lt;p&gt;Just off of the top of my head this is what I would do:&lt;/p&gt;
&lt;p&gt;Add a field to the table called &quot;HoldTo&quot;, and make it hold a time stamp value&lt;/p&gt;
&lt;p&gt;Now if a client thinks they want those seats, set the current time stamp value in that field&lt;/p&gt;
&lt;p&gt;Every time you do a search for available seats, add to the WHERE clause a statement that also only grabs seats whose HoldTo time stamp is at least 30 minutes old.&lt;/p&gt;
&lt;p&gt;When they go to place the order (or each page they visit while looking around), look up the time difference and let them know &quot;Seats will be hold for xx more minutes&quot; or something. On each step of the payment of the order, always check to make sure and right before actually processing the payment, extend it for five minutes so in cause they have to reenter card info, etc.&lt;/p&gt;
&lt;p&gt;Also allow them to have a link to cancel the hold on the seats.  If they don&#039;t clear it and don&#039;t order, after 30 minutes they will become part of the search results again.&lt;/p&gt;
&lt;p&gt;Just make sure at each step you check for availability. I may go to the site, and get told seat 44 is available, but I try to call my wife to make sure she likes that seat. 2 minutes later you log on, and you choose seat 44. Because I&#039;m just looking at a page of what is available when I first loaded it 5 minutes ago, I can still click on a link to choose seat 44. So it needs to recheck when i select it cause you picked it while i was on hold....&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Nov 2007 18:12:51 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1226324 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
