Skip to content

Instantly share code, notes, and snippets.

@eserdinyo
Last active November 8, 2018 13:20
Show Gist options
  • Save eserdinyo/84822469bb486cff2d21fb983bf9a520 to your computer and use it in GitHub Desktop.
Save eserdinyo/84822469bb486cff2d21fb983bf9a520 to your computer and use it in GitHub Desktop.
add to db with symfony form
<form method="post">
<input type="text" name="sliders[name]">
<input type="number" name="sliders[price]">
<input type="text" name="sliders[image]">
<button type="submit" >Kaydet</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment