Top

PHP Code Snippets Tagged with datafeed

  (2)  
Sort by 
This will download a datafeed to your server from the given FTP account. This only supports CSV datafeeds and requires a minor tweak to accomodate any other type of datafeed. It also requires that you..
Tags: csv  datafeed  ftp  import  mysql  wget 
+ 0 likes
3 comment(s)   |   Score: 7.3   |   Language: PHP   |   Posted by Hawkee on Mar 10, 2005
This generates two structures: a tree and a list of objects. Both are generated from the following standard parent/child database format: - cat_id: primary key, auto_increment - cat_title: name of..
+ 0 likes
7 comment(s)   |   Score: 8.3   |   Language: PHP   |   Posted by Hawkee on Aug 20, 2004
Bottom