Page 9 of 9 FirstFirst ... 6789
Results 97 to 99 of 99

Thread: PHP MySQL Class-6

  1. #97
    Join Date
    13 Jun 2014
    Location
    Sialkot,Panjab
    Age
    27
    Gender
    Male
    Posts
    302
    Threads
    24
    Thanked
    10

    Default

    THANKS

  2. #98
    mshobi's Avatar
    mshobi is offline Senior Member+
    Last Online
    28th April 2020 @ 06:49 PM
    Join Date
    30 Nov 2010
    Location
    Karachi
    Gender
    Male
    Posts
    352
    Threads
    9
    Credits
    1,662
    Thanked
    8

    Default

    nice sharing

  3. #99
    sjamil is offline Junior Member
    Last Online
    15th September 2017 @ 04:33 PM
    Join Date
    18 May 2014
    Gender
    Male
    Posts
    5
    Threads
    1
    Credits
    42
    Thanked: 1

    Default

    Assalam U Alaikum Shakeel Sahab
    JazzakAllah for the wonderfull effort, im 40 now and you really energize me to learn thanks a lot. I dont know you are younger or older than me but from yesterday you are my teacher and one thing i guarantee u i always respect my teachers and never forget them in my prayers.
    Sir problem is that i write this code as u told
    <html>
    <head><title> My First Form</title></head>
    <body>
    <form method="post" action="dataform.php">
    Please type your name:
    <input type="text" name="txtName" />
    <input type="submit" value="Say Hello"/>
    </form>
    </body></html>
    and in dataform.php i wrote this
    <html>
    <head><title>Form Data</title></head>
    <body>
    <?php
    // Now we'll get the form data by $_Post array
    $Name= $_Post ['txtName'];
    print "Assalam U Alaikum" . $Name;
    ?>
    </body>
    </html>
    but problem is that when i click the button after writing my name page only shows Assalam U Alaikum only and no name.
    i dont understand where im making mistake plz guide me.

Page 9 of 9 FirstFirst ... 6789

Similar Threads

  1. PHP MySQL Class-7
    By shakeel in forum PHP MySQL
    Replies: 97
    Last Post: 18th August 2016, 01:02 PM
  2. PHP MySQL Class-12
    By shakeel in forum PHP MySQL
    Replies: 60
    Last Post: 10th August 2016, 11:48 AM
  3. PHP MySQL Class-18
    By shakeel in forum PHP MySQL
    Replies: 71
    Last Post: 9th April 2016, 04:07 PM
  4. PHP MySQL Class-20
    By shakeel in forum PHP MySQL
    Replies: 83
    Last Post: 28th August 2015, 05:25 PM
  5. MySql first class
    By aajizUsmani in forum Courses
    Replies: 4
    Last Post: 23rd March 2014, 02:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •