mysql - PHP Script to Edit Database Fields -
i have working registration component purchased joomla stores users information in database. have few hidden fields need match inputs of other fields, component not allow fields change dynamically on registration.
i'd use cron job select relevant field database , set value hidden field value, every user.
can point me in right direction started on php script?
cron
man cron
introduction cron: http://www.unixgeeks.org/security/newbie/unix/cron-1.html
from intro:
in /etc directory find sub directories called 'cron.hourly', 'cron.daily', 'cron.weekly' , 'cron.monthly'. if place script 1 of directories run either hourly, daily, weekly or monthly, depending on name of directory.
Comments
Post a Comment