Want more? Explore the library at
Official site
Nguồn:https://phprealestatescript.com/
Xem Thêm Bài Viết Khác:https://phprealestatescript.com/lap-trinh-php
Want more? Explore the library at
Official site
Nguồn:https://phprealestatescript.com/
Xem Thêm Bài Viết Khác:https://phprealestatescript.com/lap-trinh-php
Để có thể nắm bắt được rõ các kèo giữa các trận đấu đang diễn ra bạn cần trang bị …
Bất cứ ai có niềm đam mê với các game bài cá cược online đều không thể bỏ qua cái …
Trong năm vừa qua khi hầu như các ngành nghề đều chịu sức ảnh hưởng của covid mà chững lại …
Kèo châu Âu là một kèo được nhiều anh em đam mê cá cược lựa chọn, bởi nó có luật …
IWIN335 là nhà cái mà chắc hẳn người chơi Game bài đổi thưởng nào cũng quen thuộc. Theo thống kê …
Những thông tin về giá bán chung cư Roman Plaza sẽ được trình bày chi tiết dưới đây. Nếu bạn …
Not a Hindi accent, a butter-smooth English accent. Plus Good content. Wonderful.
i don't know why post work like get? i use post and it shows the information in url Why???
thanks alot trying to find this peice of info about 3 day 🙁
great video, really made me understand it, thanks
Thx ))) very useful and i want to learn php more can i learn more from you
<?php
if(isset($_POST['name'], $_POST['age'])) {
$name = htmlentities($_POST['name'], ENT_QUOTES, 'UTF-8';
$age = (int)$_POST['age'];
echo "You are {$name} and you are {$age} years old.";
}
?>
<form action="index.php" method="post">
<input type="text" name="name" placeholder="Name">
<input type="text" name="age" placeholder="Age">
<input type="submit">
</form>
<?php
if(isset($_POST['name'], $_POST['age'])) {
$name = htmlentities($_POST['name'], ENT_QUOTES, 'UTF-8';
$age = $_POST['age'];
echo "You are {$name} and you are {$age} years old.";
}
?>
<form action="index.php" method="post">
<input type="text" name="name" placeholder="Name">
<input type="text" name="age" placeholder="Age">
<input type="submit">
</form>
<?php
if(isset($_POST['name'], $_POST['age'])) {
$name = $_POST['name'];
$age = $_POST['age'];
echo "You are {$name} and you are {$age} years old.";
}
?>
<form action="index.php" method="post">
<input type="text" name="name" placeholder="Name">
<input type="text" name="age" placeholder="Age">
<input type="submit">
</form>
<?php
if(isset($_POST['name'], $_POST['age'])) {
echo 'Name and age are available';
}
?>
<form action="index.php" method="post">
<input type="text" name="name" placeholder="Name">
<input type="text" name="age" placeholder="Age">
<input type="submit">
</form>
<?php
if(isset($_POST['name'])) {
echo 'OK';
}
?>
<form action="index.php" method="post">
<input type="text" name="name" placeholder="Name">
<input type="text" name="age" placeholder="Age">
<input type="submit">
</form>
<?php
if(isset($_POST['name'])) {
echo 'OK';
}
?>
<form action="index.php" method="post">
<input type="text" name="name">
<input type="submit">
</form>
<?php
print_r($_POST);
?>
<form action="index.php" method="post">
<input type="text" name="name">
<input type="submit">
</form>
<?php
print_r($_GET);
?>
<form action="index.php" method="get">
<input type="text" name="name">
<input type="submit">
</form>
<?php
print_r($_REQUEST);
?>
<form action="index.php" method="get">
<input type="text" name="name">
<input type="submit">
</form>
<form action="" method="get">
<input type="text" name="name">
<input type="submit">
</form>
<form action="" method="post">
<input type="text" name="name">
<input type="submit">
</form>
<form action="" method="">
<input type="text" name="name">
<input type="submit">
</form>
plz help me i'm desperate
https://stackoverflow.com/questions/51461221/why-is-there-no-post-data-when-i-run-my-php-code-from-android-studio
Im trying to send premade data fro HMTL to pgp trhough a URL query request, Im so lost, where do I set the data? What is supposed to be inside the brackets of get and post, any variable from the HMTL file right? Im soooo cinfused? PHP is not locig at all…….
That was great! Thank you so much.
I have a question: since 4:31 you started using PHP's open-close tag even though you are within a php file. Is there a special reason for that ? And I feel like starting to differentiate between the two, many thanks!
doesnt work for me … i typed in the same code as you did…
This is insanely well done i appreciate the time and effort you've put in this video and the excellent explanation of post and get.
Awesome explanation! Thank you!
I need a little help
the php code isn't truing in to a color ( it's not a function and typed exact the same as you) suggestions?
This is great, thanks for uploading.
Even just the print_r() is SUPER helpful.
Why does post allow you to send more data?
get is for getting info from the database and post is for adding data to it?
Jeepers….. mate…. this is an EXCELLENT TUTORIAL!
Simple and straight forward. Pablo approves.