Automatic File Grabbing - Joomla! Forum - community, help and support
hi, wanting build joomla membership site. information want publish created each day using sql server database automatically , saved csv file wherever necessary. possible me have runs automatically each day grab csv file , put members area? assume can run php script read csv , publish information if want to?
thanks.
thanks.
you create php command line interface (cli) script , run scheduled job, through cron or windows scheduler, depending on server.
a php script can read network shares or access websites grab files. convert csv file html , update 1 or more rows in content table, refreshing page in joomla on fly.
a php script can read network shares or access websites grab files. convert csv file html , update 1 or more rows in content table, refreshing page in joomla on fly.
Comments
Post a Comment