Jump to content

Cum pot sa fac un form in sweetalert sa trimita datele in baza d


Darkkz3NN
 Share

Recommended Posts

Pai trebuie sa ai in <form> atributul method='POST', iar la inputuri sa ai aitributul name="" (pui ce nume vrei). 

codul trebuie sa arate ceva de genul 

<form method='POST'>
  <input type='text' name='_Test1'>
  <button type='submit'></button>
</form>

<!-- In PHP il folosesti cu $_POST['name'] -->

<?php 

	echo $_POST['_Test1'];
	//doar un exemplu
?>

Eu vad ca vorbesti despre sweetalert, ei bine e acelasi lucru, dar iti recomand sa arunci o privire AICI.

                                                                                                                              

Link to comment
Share on other sites

T/C - problema rezolvata.

                                                                                                                              

Link to comment
Share on other sites

  • s0nyx locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...