Focus mode
$_POST bir Süper global değişkendir.
<form method="post" action="a.php">
Name: <input type="text" name="isim">
<input type="submit">
</form>
a.php
$name = $_POST['isim'];
echo $name;
For a quick start in software development from scratch, check out our specialized training courses
Do you need more education, projects, and mentor support in your journey to learn programming? Join Patika+'s intensive 4-8 month bootcamps, gain all the necessary skills with project-based live classes and customized trainings for you, and start your career!
You need to enroll in the course to be able to comment!