I would like to create a page that contains several fields,
website url, user, pass, and category id.
It will be divided in two halves, the first will post data to a php file, the second will post to a txt file. these are the files
the first is called config1.php and looks like this
<?php
/* This is an array of the sites. Put the complete URL to the page that has the submit plugin here. Be sure to avoid using single (') and double (") quotes. */
$sites = array(
array(
"url"=& g…