পিএইচপি শিখবেন? পিএইচপি কি নিজের লাইফ এর পরিবর্তন করতে পারবে?

PHP Tutorial By NayeemTalukder - Part-3

সবাইকে ধন্যবাদ আজ আপনাদের জন্য আমার পিএইচপি টিউটোরিয়াল ... আমি আপনাদের জন্য ভিডিও এবং বাংলা লিখে টিউটোরিয়াল প্রকাশ করি ......




The working of PHP operators.
Madde PHP integration operator's use of I showed the four operators.
The following PHP code Gul run entries
$ Joog = 5 + 8;
$ Biog = 6-2;
$ Gun = 34 * 6;
$ Vag = 10/2;

Echo "My jogfoll is (5 + 8) =". $ Joog. "</ Br>";
Echo "My biogfoll is (6-2) =". $ Biog. "</ Br>";
Echo "My Gunfoll is (34 * 6) =". $ Gun. "</ Br>";
Echo "My Vagfor is (10/2) =". $ Vag. "</ Br>";
Output will
My jogfoll is (5 + 8) = 13
My biogfoll is (6-2) = 4
My Gunfoll is (34 * 6) = 204
My Vagfor is (10/2) = 5

I'll show you the one big string with a lot of what is written in. We had the double quotes Today we are writing the string with single quotes escaped with a string.

Immediate use double quotes to single quotes, we do not need. PHP has a paoeraphula tool with which we can enter multi-line example of the String
<? Php
$ String = <<< OR
My Name Is nayeem Talukder.
Father name Is Mofazzal hossain Talukder.
i live in Bangladesh.
OR;
echo $ string;
?>
Output

My Name Is nayeem Talukder. Father name Is Mofazzal hossain Talukder. i live in Bangladesh.


Today I'll show you what the user of the information in the Information show entered.

<Html>
<Head>
<Title> </ title>
</ Head>
<Body>
            <Form action = "showuser.php" method = "POST">
                        <Table>
                                    <Tr>
                                                <Td>
                                                            Fast Name:
                                                </ Td>
                                                <Td>
                                                            <Input type = "text" id = "fast_name" name = "fast_name" placeholder = "Fast Name" required />
                                                </ Td>
                                    </ Tr>
                                    <Tr>
                                                <Td>
                                                            Last Name:
                                                </ Td>
                                                <Td>
                                                            <Input type = "text" id = "last_name" name = "last_name" placeholder = "Last Name" required />
                                                </ Td>
                                    </ Tr>
                                   
                                   
                                   
                        </ Table>
                        <Input type = "submit" value = "Submit" id = "submit">
            </ Form>
           
           
</ Body>
</ Html>

PHP Code's Pages
<? Php

$ Fname = $ _ POST ["fast_name"];
$ Lname = $ _ POST ["last_name"];



Echo "your Fast name Is =". $ Fname. "</ Br>";
Echo "your Last name Is =". $ Lname. "</ Br>";

echo "</ br>". "</ br>". "</ br>";

echo "You are =". $ fname. "". $ lname;

?>

Output:
Your Fast name is = Nayeem
your Last name is = Talukder



you are = Nayeem Talukder





You will find me

https://www.facebook.com/Nayeem.bhola?ref=hl

http://firstbuysell.blogspot.com/

Some of my websites

Business For Sale
wwwworldbusinessforsellcom / beta


video ti download Korte Chile

0 Comment "পিএইচপি শিখবেন? পিএইচপি কি নিজের লাইফ এর পরিবর্তন করতে পারবে?"

Post a Comment

Avoid copyright infringement Avoid copyright infringement