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;
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!