Maxipoint Rep Office wrote:
this is good idea, but in some cases I must have more control.
If I set interval 15 days and user pay me fee I must activate it immediately or if user is not pay I must delete it..
have someone another more strict way?
Again not a perl question but rather one of database design.... You could have a table called 'Pending' and INSERT it there and when they pay take that record and put it in the "live" table and if they don't pay in 15 days delete it from there.
Feel free to contact me off list for a quote on designing and implimenting a database system to suit your needs :)
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>