Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Where will be use action code?

Where will be use action code?

Scheduled Pinned Locked Moved Web Development
learningphphtmlasp-netcom
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    David Kroj
    wrote on last edited by
    #1

    Hello,

    Currently i am trying to get information of Core PHP. First Please let me know which BOOK (Guide) is good for learning?

    Nowadays, i am wondering about School Management system for Development in PHP and i will be very small so please guide me where we can use action command on same html or other php page? I giving you code below so please help me.

    Action will be blank if i will use php code on different php page?

    <?php
    $name=$_GET['name']
    $rollnumber=$_GET['rollnumber']
    $submit=$_GET['submit']
    ?>

    <form method="get" action="" name="">
    <table width="300px" border="1">
    <tr>
    <td align="centre" width="150">Student Name</td>
    <td align="centre" width="150"><input name="name" type="text"</tr>
    </tr>
    <td>Roll Number</td>
    <td><input name="rollnumber" type="text"</td>
    </tr>
    <tr colspon(2) align="centre"><input name="submit" text="submit" value="Submit"</tr>
    </table>
    <form>

    Website Development Company | Web Development Company

    D 1 Reply Last reply
    0
    • D David Kroj

      Hello,

      Currently i am trying to get information of Core PHP. First Please let me know which BOOK (Guide) is good for learning?

      Nowadays, i am wondering about School Management system for Development in PHP and i will be very small so please guide me where we can use action command on same html or other php page? I giving you code below so please help me.

      Action will be blank if i will use php code on different php page?

      <?php
      $name=$_GET['name']
      $rollnumber=$_GET['rollnumber']
      $submit=$_GET['submit']
      ?>

      <form method="get" action="" name="">
      <table width="300px" border="1">
      <tr>
      <td align="centre" width="150">Student Name</td>
      <td align="centre" width="150"><input name="name" type="text"</tr>
      </tr>
      <td>Roll Number</td>
      <td><input name="rollnumber" type="text"</td>
      </tr>
      <tr colspon(2) align="centre"><input name="submit" text="submit" value="Submit"</tr>
      </table>
      <form>

      Website Development Company | Web Development Company

      D Offline
      D Offline
      Danzy83
      wrote on last edited by
      #2

      David I don't really get what you are asking for. But if it is about setting value for action dynamically, you will need to use javascript. Do well to explain further so that I will be able to help you.

      D 1 Reply Last reply
      0
      • D Danzy83

        David I don't really get what you are asking for. But if it is about setting value for action dynamically, you will need to use javascript. Do well to explain further so that I will be able to help you.

        D Offline
        D Offline
        David Kroj
        wrote on last edited by
        #3

        First please let me know which book is good for learning?

        Website Development Company | Web Development Company | Website Design Company

        D 1 Reply Last reply
        0
        • D David Kroj

          First please let me know which book is good for learning?

          Website Development Company | Web Development Company | Website Design Company

          D Offline
          D Offline
          Danzy83
          wrote on last edited by
          #4

          Well, there are so many books for learning. Check out the following which will help you a lot: Core PHP Programming (Leon AtKinson), Beginning PHP 5.3 (Matt Doyle), Beginning PHP and MySQL, From Novice to Professional (W. Jason Gilmore). There are others but get those. They will be enough.

          D 1 Reply Last reply
          0
          • D Danzy83

            Well, there are so many books for learning. Check out the following which will help you a lot: Core PHP Programming (Leon AtKinson), Beginning PHP 5.3 (Matt Doyle), Beginning PHP and MySQL, From Novice to Professional (W. Jason Gilmore). There are others but get those. They will be enough.

            D Offline
            D Offline
            David Kroj
            wrote on last edited by
            #5

            Thanks for guidance

            Website Development Company | Web Development Company | Website Design Company

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups