I\'m trying to create a web form which lists all of the customers and then gives you a text field with a button next to it where you can add customers. Then it should show the l
try changing index.php from this:
to this:
If that works - but you don't want the user to be entering their own urls - then you need to read those urls out of the database first:
Going back to your original code in index.php, change the foreach to output the value of the url into 'value' attribute of the button: