Click here to Skip to main content
15,893,622 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web Services Pin
Wayne Gaylard5-Feb-14 21:43
professionalWayne Gaylard5-Feb-14 21:43 
QuestionFlash Banner in Mobile asp.net Pin
Fcode-20143-Feb-14 21:30
Fcode-20143-Feb-14 21:30 
AnswerRe: Flash Banner in Mobile asp.net Pin
Richard MacCutchan3-Feb-14 22:03
mveRichard MacCutchan3-Feb-14 22:03 
GeneralRe: Flash Banner in Mobile asp.net Pin
Fcode-20143-Feb-14 22:47
Fcode-20143-Feb-14 22:47 
GeneralRe: Flash Banner in Mobile asp.net Pin
Richard MacCutchan3-Feb-14 22:56
mveRichard MacCutchan3-Feb-14 22:56 
QuestionCSS3 onHover sliding effect Pin
abisheak Balaji31-Jan-14 4:10
abisheak Balaji31-Jan-14 4:10 
QuestionStandalone web application Pin
Leng Vang30-Jan-14 5:53
Leng Vang30-Jan-14 5:53 
Questioni have created this and i want to display the form as much time user click on button add_new_form and all data will gather and will insert into database form by form Can u please give a php code for it. Pin
Swap function29-Jan-14 2:59
Swap function29-Jan-14 2:59 
XML
first the form is going to display and there will be one button "add new form" as soon as if user click on that button then it will display the new form and as on it will click on that button at as on the form will display i have created the first form code.

Can u please give a php code for it.

<div class="col-md-2">
                <form method="post" action="index.php" name="new_frm">
                    <input type="Submit" value="Add New Form" class="btn btn-info" name="add_frm"/>
                </form>
            </div>
            <div class="panel-body">
                <form action="index.php" method="post" name="test" onsubmit="return function_name()">
                <table class="table">
                    <tr>
                        <td>Date</td>
                        <td>Ticket No</td>
                        <td>Type of Work</td>
                        <td>Incident Source</td>
                        <td>Description</td>
                        <td>T2T</td>
                        <td>User Impacting</td>
                        <td>Sprint</td>
                        <td>Root Cause</td>
                        <td>Action Taken</td>
                    </tr>
                    <tr>
                        <td><input type="text" name="date"  style="width: 50px;"/></td>
                        <td><input type="text" name="tck_no" style="width: 50px;" /></td>
                        <td><select name="ddl1" style="width: 70px;">
                                <option value="">Select Any One</option>
                                <option value="incident">Incident</option>
                                <option value="assign_task">Assgin Task</option>
                                <option value="rfc">RFC</option>
                            </select></td>
                        <td><select name="ddl2" style="width: 70px;">
                                <option value="">Select Any One</option>
                                <option value="qrs">QRS</option>
                                <option value="ps_bug">PS-Bug</option>
                                <option value="email">Email</option>
                                <option value="scom">SCOM</option>
                            </select></td>
                        <td><textarea cols="40" rows="4" name="desc" style="width: 100px;"></textarea></td>
                        <td><select name="ddl3" style="width: 70px;">
                                <option value="">Select Any One</option>
                                <option value="yes">Yes</option>
                                <option value="no">No</option>
                            </select></td>
                        <td><select name="ddl4" style="width: 70px;">
                                <option value="">Select Any One</option>
                                <option value="yes">Yes</option>
                                <option value="no">No</option>
                            </select></td>
                        <td><input type="text" name="sprint" style="width: 100px;"/></td>
                        <td><textarea cols="40" rows="4" name="root_cause" style="width: 100px;"></textarea></td>
                        <td><textarea cols="40" rows="4" name="action_taken" style="width: 100px;"></textarea></td>

                    </tr>
                    <tr>
                        <td><input type="submit" class="btn btn-primary" name="send" /></td>
                        <td><input type="reset" class="btn btn-danger" name="send" /></td>
                    </tr>
                </table>
                </form>
                <?php
            if($_POST["add_frm"]){
                echo "<form action='' metod='post' name='new_frm' onsubmit='return validate_new_frm()'>";
                echo "<table class='table'>";
                echo "<tr>";
                            echo "<td>Date</td>";
                            echo "<td>Ticket No</td>";
                            echo "<td>Type of Work</td>";
                            echo "<td>Incident Source</td>";
                            echo "<td>Description</td>";
                            echo "<td>T2T</td>";
                            echo "<td>User Impacting</td>";
                            echo "<td>Sprint</td>";
                            echo "<td>Root Cause</td>";
                            echo "<td>Action Taken</td>";
                        echo "</tr>";
                        echo "<tr>";
                            echo "<td><input type='text' name='date'  style='width: 50px;'/></td>";
                            echo "<td><input type='text' name='tck_no' style='width: 50px;' /></td>";
                            echo "<td><select name='ddl1' style='width: 70px;'>";
                                    echo "<option value=''>Select Any One</option>";
                                    echo "<option value='incident'>Incident</option>";
                                    echo "<option value='assign_task'>Assgin Task</option>";
                                    echo "<option value='rfc'>RFC</option>";
                                echo "</select></td>";
                            echo "<td><select name='ddl2' style='width: 70px;'>";
                                    echo "<option value=''>Select Any One</option>";
                                    echo "<option value='qrs'>QRS</option>";
                                    echo "<option value='ps_bug'>PS-Bug</option>";
                                    echo "<option value='email'>Email</option>";
                                    echo "<option value='scom'>SCOM</option>  ";
                                echo "</select></td>";
                            echo "<td><textarea cols='40' rows='4' name='desc' style='width: 100px;'></textarea></td>";
                            echo "<td><select name='ddl3' style='width: 70px;'>";
                                    echo "<option value=''>Select Any One</option>";
                                    echo "<option value='yes'>Yes</option>";
                                    echo "<option value='no'>No</option>";
                                echo "</select></td>";
                            echo "<td><select name='ddl4' style='width: 70px;'>";
                                   echo " <option value=''>Select Any One</option>";
                                    echo "<option value='yes'>Yes</option>";
                                    echo "<option value='no'>No</option>";
                                echo "</select></td>";
                            echo "<td><input type='text' name='sprint' style='width: 100px;'/></td>";
                            echo "<td><textarea cols='40' rows='4' name='root_cause' style='width: 100px;'></textarea></td>";
                            echo "<td><textarea cols='40' rows='4' name='action_taken' style='width: 100px;'></textarea></td>";
                       echo " </tr>";
                        echo "<tr>";
                            echo "<td><input type='submit' class='btn btn-primary' name='send' /></td>";
                            echo "<td><input type='reset' class='btn btn-danger' name='send' /></td>";
                        echo "</tr>";
                    echo "</table>";
               echo " </form>";
            }
?>

AnswerRe: i have created this and i want to display the form as much time user click on button add_new_form and all data will gather and will insert into database form by form Can u please give a php code for it. Pin
Kornfeld Eliyahu Peter29-Jan-14 6:18
professionalKornfeld Eliyahu Peter29-Jan-14 6:18 
QuestionMVC Web API for Chatting Application Pin
sachin.vishwa9026-Jan-14 7:49
professionalsachin.vishwa9026-Jan-14 7:49 
AnswerRe: MVC Web API for Chatting Application Pin
Richard MacCutchan26-Jan-14 21:58
mveRichard MacCutchan26-Jan-14 21:58 
GeneralRe: MVC Web API for Chatting Application Pin
sachin.vishwa901-Feb-14 2:58
professionalsachin.vishwa901-Feb-14 2:58 
QuestionConversion of Byte array to Bitmap Image Pin
Harpreet05Kaur24-Jan-14 19:39
Harpreet05Kaur24-Jan-14 19:39 
QuestionRe: Conversion of Byte array to Bitmap Image Pin
Richard MacCutchan24-Jan-14 22:07
mveRichard MacCutchan24-Jan-14 22:07 
QuestionFresher in Web Development Pin
Mahi Bhat24-Jan-14 2:35
professionalMahi Bhat24-Jan-14 2:35 
AnswerRe: Fresher in Web Development Pin
Navneet k soni27-Jan-14 20:11
Navneet k soni27-Jan-14 20:11 
GeneralRe: Fresher in Web Development Pin
Mahi Bhat28-Jan-14 17:01
professionalMahi Bhat28-Jan-14 17:01 
GeneralRe: Fresher in Web Development Pin
Navneet k soni28-Jan-14 22:47
Navneet k soni28-Jan-14 22:47 
SuggestionRe: Fresher in Web Development Pin
thatraja29-Jan-14 4:05
professionalthatraja29-Jan-14 4:05 
AnswerRe: Fresher in Web Development Pin
thatraja27-Jan-14 22:25
professionalthatraja27-Jan-14 22:25 
GeneralRe: Fresher in Web Development Pin
Mahi Bhat28-Jan-14 17:03
professionalMahi Bhat28-Jan-14 17:03 
AnswerRe: Fresher in Web Development Pin
W Balboos, GHB14-Feb-14 8:01
W Balboos, GHB14-Feb-14 8:01 
QuestionTemplate 1.4.1 - How to render the same layout without retyping all write command. Pin
dudz artiaga18-Jan-14 22:01
dudz artiaga18-Jan-14 22:01 
QuestionVertically aligning elements in the Twiter Bootstrap Navbar Pin
JMK8918-Jan-14 6:50
professionalJMK8918-Jan-14 6:50 
AnswerRe: Vertically aligning elements in the Twiter Bootstrap Navbar Pin
vbmike19-Jan-14 4:08
vbmike19-Jan-14 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.