Issue with webform used for adding and deleting customer names

前端 未结 1 994
死守一世寂寞
死守一世寂寞 2021-01-29 13:02

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

1条回答
  •  醉话见心
    2021-01-29 13:27

    try changing index.php from this:

    to this:

    put the url in here:

    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:

    
        
            
            

    0 讨论(0)
提交回复
热议问题