Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to add accept and decline button in php form

<input type="submit" name="accept" class="btn btn-primary" value="Accept" />

<input type="submit" name="decline" class="btn btn-danger" value="Decline" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #accept #decline #button #php #form
ADD COMMENT
Topic
Name
5+3 =