first commit
This commit is contained in:
6
WebRoot/node_modules/bootstrapvalidator/demo/ajaxSubmit.php
generated
vendored
Normal file
6
WebRoot/node_modules/bootstrapvalidator/demo/ajaxSubmit.php
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$userName = $_POST['username'];
|
||||
|
||||
echo json_encode(array(
|
||||
'message' => sprintf('Welcome %s', $userName),
|
||||
));
|
||||
Reference in New Issue
Block a user