Hi all.. How to create automatic price for paypal? For example, if I start the price for my ebook at $5.00, then I want that price increase $0.50 every 30 minutes. But here, how to 'integrate' with paypal system? Are there any PHP scripts? Or... how? Anyone know about this? Thanks.
"Chrono Jobs" will be helpful on this. but you need to program your script or find a experienced programmer.
Cron jobs are your best bet. YOu create a php file that can update a field in database after checking the difference of current datetime and start datetime. Set it in cron job for every 30 mins