Need a php routine that logs into an article directory, accesses article submission page and posts an article (title, body, author box, pen name, relevant category), then stores whether posting was success or failure and date into mysql database, then goes on to login and post to next article directory (30 article directories required, list via pm).
1 db table with fields dir, username, password, cats.
1 db table with fields title, body, box, pen, cat, status, date.
First signup test users at each directory and store the complete category tree of each directory into the cats field.
Front-end should consist of form page with input fields title, body, author box, pen name, directory selection field (which opens up relevant categories selection field, ajax-based, next to it). Once a directory is selected a new directory selection fields opens up below. Submit button. Output posting status of each submission, format “article has been successfully submitted to XYZ”, “article has not been successfully submitted to XYZ”.