Where will be use action code?
-
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> -
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> -
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.
First please let me know which book is good for learning?
Website Development Company | Web Development Company | Website Design Company
-
First please let me know which book is good for learning?
Website Development Company | Web Development Company | Website Design Company
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.
-
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.
Thanks for guidance
Website Development Company | Web Development Company | Website Design Company