Selection of group and the radio text box

I have a form with a question like: "How did you who are we?" and a radio with some choice group. One of the radio group choice is "other - please describe! When selected, a text box changes to 'read only' and the user can write something. I'm not able to update a record with the user's selection in a field in a table (I can save either text or radio group selection area). Any help? Thank you!

You should check the value of the selected option button. If it's not ' I have this answer: ", assign the value to $_POST ['Proposal_text'].

If ((isset($_POST["MM_update"])) & ($_POST ["MM_update"] == "form1")) {}

If ($_POST ['proposal']! = ' I have this answer: "") {}

$_POST ['Proposal_text'] = $_POST ['proposal'];

}


$updateSQL = sprintf ("UPDATE sarcini SET solutie_6 = %s, introd_6 = %s WHERE id_question = %s",

GetSQLValueString ($_POST ['Proposal_text'], "text").

GetSQLValueString ($_POST ["'Full_name"], "text").

GetSQLValueString ($_POST ['id_question'], "int"));

Tags: Dreamweaver

Similar Questions

  • Open dialog box reorganizes the files that appear in the file text box

    I asked about this problem for a while - it still exists under Windows 7 Microsoft apparent feels that it is the correct behavior. In an application using a dialog open, where multiple files can be selected by clicking on them, while the CTRL key is held down, the resulting list of file names appears in the file text box. However, the first clicked file name remains last in the list while others remain in the proper order. Why is this? (An example of application is Windows Media Player, where you do a right click, then click on file and then open. The open dialog box appears and allows the selection of multiple files). When this "feature" has been more boring, it's when I try to create a CD or DVD and I want to control the order of the files.

    Hello RickL - CaryNC, welcome.

    This feature is by design. Of course, you can select the files in reverse order. I would really recommend providing feedback about this here:
    http://connect.Microsoft.com/

    Other than that, unless you use an alternative shell, the feature is a design problem. Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Illustrator CS5 - removal of the empty text boxes

    I always found it difficult to choose the type that I want when I use the text tool to edit text. I can click directly on the type, but I guess I'm a zillionth of a pixel off because about half of the time, it assumes I want to make a new text box. If my documents are littered with boxes of invisible empty type, which often get grouped with other objects, causing a lot of problems. I would like to know:

    1. how to make it easier to choose the type.

    2. how to remove all the empty text boxes. I remember hearing in an integrated way to do this, which indicates Adobe knows that this is a problem, but rather than the easier type selections, they give us a shortcut to undo the problem they have caused. In any case, I forgot the shortcut.

    Thanks for any help,

    Dave

    Try it Select > object > Eparses Points control. It should recognize the empty text objects.

  • Images in the dynamic text box?

    I searched high and low trying to find how to insert images in the dynamic text boxes and there are hundreds of solutions. I can't make them work... still too novice.

    Im trying to insert 1 image under a paragraph in a dynamic text box. Fact scroll and areas are defined for "render text as html" and "selectable".

    I have put the following inside the text box code and just show you the code.

    < img src = "images/graph.jpg" width = "194" height = "300" / > "

    What I am doing wrong?

    clbeech... thank you very much. Your help is very appreciated!

  • y at - it a keyboard shortcut for go to the first text box on a page when the focus is on the address bar?

    I can use Alt + D to reach the address bar to enter a URL, but is there a way I can then go to the default text box, to enter data, once the search engine page was opened, using a shortcut key? I have the commands in the shortcut keys page doesn't recognize as not being what I want.

    Not as far as I know. Sites may assign a keyboard shortcut to a text field if they like, known as an AccessKey, but he is not necessarily going to be any consistency, and the site you may not be using one.

    It is possible, there could be an add-on or userscript to help with this. Or otherwise, someone might be able to write one for a particular site.

  • Firefox crashes when I try to enter data into the URL text box.

    Firefox crashes whenever I try to add data in the URL text box or the text box search in the toolbar. When it freezes it also locks on the Task Manager. However, the other routines running continue to run. I've disabled all my antivirus. always freezes. I left the Task Manager; always freezes and can't open the Task Manager. While it freezes, it is still possible to reduce the window of Firefox or resize it. If I try to kill him, I get a message "no answer."

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Get the 'error' dialog box and the 'sign in' box whenever I have send/receive. Mail is undefined to where I should have to open a session.

    Windows Mail box 'task' representing errors and the windows logon box appears.  Mail is not configured so that I have to enter a login and password.  These boxes appear whenever I select the send/receive.  This just started happening 2 days ago.  Laptop stops each day, and tried to restart.

    Hi KaciFe


    I suggest you use the troubleshooting steps described in the article to send/receive errors. Check id steps help you.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Mail

     

    I hope this helps.

  • Text run horizontally through the two text boxes

    I am trying to run the text between the two areas of text, but in a continuous manner. Essentially, we have disclosed no claimed that crosses a spread. Someone, that is created is no longer here, two text boxes (one on each page) and has managed to take the text where the first line in the first text box has continued in the second text box and then wrapped into the first text box and then continued in the second text box and so on.

    So with the paragraph above text might hit the left text box to "Essentially" and continue to "we" the first line of the text on the right box. Go overboard and then to the second line of the left text box continuing to the second line of the text on the right box. And so on. I can't understand what they have done, but I'm sure it's something simple in InDesign.

    Note: these are areas of unique text, not two columns in a text box.

    Any help would be greatly appreciated.

    I see it. The text is flowing the way it does in mine. Who are soft return characters at the end of each line in the first screenshot, and # is a marker of the end of history. The lines were manually arranged and set frame on the left. This means that if you add a few words it will crumble.

    Yours, as is and after changing of Director Vice President:

  • How could I add together the numerical values in the dynamic text boxes?

    I do an application and I currently have sections such as travel, rent, etc., where you can press one of two buttons to increase or decrease the total number (fresh) for this article. All totals are displayed in the dynamic text boxes - here is an example of the code for a section-

    var FoodAndDrink:Number = 0;

    button1_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add);

    function Add(e:MouseEvent):void {}

    Repasetboissons += 1;

    trace (FoodAndDrink);

    FoodAndDrink_txt.text = "£" + FoodAndDrink;

    }

    button2_btn.addEventListener (MouseEvent.MOUSE_DOWN, subtraction);

    function Subtract(e:MouseEvent):void {}

    Repasetboissons-= 1;

    If (repasetboissons < 0) {}

    Repasetboissons = 0;

    }

    trace (FoodAndDrink);

    FoodAndDrink_txt.text = "£" + FoodAndDrink;

    Does anyone know how I would go all add up all the sections so that the total is in a box and changes based on the total entered in each section?

    Thank you

    then use:

    import flash.events.MouseEvent;

    var FoodAndDrink:Number = 0;

    button1_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add);

    function Add(e:MouseEvent):void {}

    Repasetboissons += 1;

    trace (FoodAndDrink);

    FoodAndDrink_txt.text = "£" + FoodAndDrink;

    addAllF();

    }

    button2_btn.addEventListener (MouseEvent.MOUSE_DOWN, subtraction);

    function Subtract(e:MouseEvent):void {}

    Repasetboissons-= 1;

    If (repasetboissons< 0)="">

    Repasetboissons = 0;

    }

    trace (FoodAndDrink);

    FoodAndDrink_txt.text = "£" + FoodAndDrink;

    addAllF();

    }

    var/entertainment: Number = 0;

    button3_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add1);

    function Add1(e:MouseEvent):void {}

    Entertainment += 1;

    trace (Entertainment);

    Entertainment_txt. Text = "£" + Entertainment;

    addAllF();

    }

    button4_btn.addEventListener (MouseEvent.MOUSE_DOWN, Subtract1);

    function Subtract1(e:MouseEvent):void {}

    Entertainment-= 1;

    If (Entertainment< 0)="">

    Entertainment = 0;

    }

    trace (Entertainment);

    Entertainment_txt. Text = "£" + Entertainment;

    addAllF();

    }

    Hotels var: Number = 0;

    button5_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add2);

    function Add2(e:MouseEvent):void {}

    Accommodation += 1;

    trace (Accommodation);

    Accommodation_txt. Text = "£" + accommodation;

    addAllF();

    }

    button6_btn.addEventListener (MouseEvent.MOUSE_DOWN, Subtract2);

    function Subtract2(e:MouseEvent):void {}

    Accommodation-= 1;

    If (accommodation< 0)="">

    Accommodation = 0;

    }

    trace (Accommodation);

    Accommodation_txt. Text = "£" + accommodation;

    addAllF();

    }

    var travel: Number = 0;

    button7_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add3);

    function Add3(e:MouseEvent):void {}

    Travel += 1;

    trace (Travel);

    Travel_txt. Text = "£" + Travel;

    addAllF();

    }

    button8_btn.addEventListener (MouseEvent.MOUSE_DOWN, Subtract3);

    function Subtract3(e:MouseEvent):void {}

    Travel-= 1;

    If (trip< 0)="">

    Travel = 0;

    }

    trace (Travel);

    Travel_txt. Text = "£" + Travel;

    addAllF();

    }

    var bills: Number = 0;

    button9_btn.addEventListener (MouseEvent.MOUSE_DOWN, Add4);

    function Add4(e:MouseEvent):void {}

    Draft law += 1;

    trace (Bills);

    Bills_txt. Text = "£" + Bills.

    addAllF();

    }

    button10_btn.addEventListener (MouseEvent.MOUSE_DOWN, Subtract4);

    function Subtract4(e:MouseEvent):void {}

    Projects of law-= 1;

    If (bills< 0)="">

    Projects of law = 0;

    }

    trace (Bills);

    Bills_txt. Text = "£" + Bills.

    addAllF();

    }

    function addAllF (): void {}

    total_txt. Text = 'pound sign' +(FoodAndDrink+Bills+Travel+Accommodation+Entertainment);

    }

  • By creating a form that has several text boxes to a single character on the same line, how can I get the cursor to go in the next text box automatically after inserting a character?

    By creating a form that has several text boxes to a single character on the same line, how can I get the cursor to go in the next text box automatically after inserting a character?

    Create a text field and use the option 'comb n characters.

  • Need help with the "stationary" text box

    Hola

    Why the "stationary" text box do not appear in this page? Welcome to TummyTime, 4 d 3D Ultrasound, Salida, Modesto, Ceres, Turlock area.

    The text of "stationary" should appear as you go over the photos at the bottom of the page in the ANGELS RECENT section.

    As see you in this page (under the heading 'Our projects'):model HOME - Arctic

    the "stationary" text box appear as you go "on" image, but in "my" page is not.

    Now, when I have "preview" in my computer, I can see the "text box" appear but when I download, it just does not work.

    Can you please check it out and help me with this you problem?

    Thank you.

    OK, now is fix.
    The problem is in a js.scripts, was a syntax error, and I stop the script of twitter to watch.
    It is therefore fix :-)

    A big thank you to you all.

    Saludos

  • Value display trace in the dynamic text box

    Hey just work on an exercise and I can't understand the code to display the value of the trace in a dynamic text box.

    The following code generates exactly where I am at this time.

    Import 12345678910111213import;

    import flash.text.TextField;

    Basic color picker (based pixel)

    var myColourBitmapData:BitmapData = new BitmapData (500 400, false, 0xFFFFFF * Math.random ());

    var myColourBitmapImage:Bitmap = new Bitmap (myColourBitmapData);

    Add to list

    addChild (myColourBitmapImage); Add to the scene

    Get colors

    var pixelValue:uint = myColourBitmapData.getPixel (85,62); color of the pixel at X, Y

    displayed in the output window

    trace (pixelValue.toString (16)); toString (16) converts uint in a number of Hexadecimel format

    Here are a few screens, I want the values of trace output to appear next to the text in the dynamic text box

    Picture 4.png

    Picture 6.png

    I'm not sure of how to call the pixelValue to my text box, any help would be appreciated!

    Before or after the line that begins with «trace...» ' set dynamicTextFieldInstanceName.text = pixelValue.toString (16); Replace dynamicTextFieldInstanceName with the actual name that you gave to the dynamic textfield.

    There is an error in your output window. It seems that you have not integrated a font in the dynamic textField.

  • Cannot change the properties of online text in the scrolling text box

    I have a simple text box with a UIScrollBar component added to it.

    Text box properties are on "enter text, multi line.

    The problem is when I want to change a single line of text to a "BOLD" or a different color, changing the content of the entire text box. I tried the setting of the different property for the text box itself with no luck.

    Is this possible? I have to use AS3?

    I would really appreciate help!

    Thank you!!!

    Steve

    If you change the html true property - either by using the property inspector or code if you are working with code - then you should be able to have different styles in a text box. This is the property that you tried and it didn't work so I need to learn more about how you try to apply the formatting.

    In cases concerning need it AS3... In general, I would say that if you do not have an overwhelming need to AS2 so you should use AS3. It has nothing to do with the text of no!

  • Major difference between the Group and the organizational unit?

    Pls explain me what is the difference between the groups and the organization unit in simple terms with an example in real time.

    Hello

    https://en.Wikipedia.org/wiki/Organizational_unit _ (computing)

    https://en.Wikipedia.org/wiki/Group _ (computing)

    See you soon.

  • user belongs to a domain and user does not belong to the local administrator or power users groups, or any custom group and the user is not part of the domain administrators group, but user show that it is admin

    WinXP
    user belongs to a domain and user does not belong to the local administrator or power users groups, or any custom group and the user is not part of the domain administrators group, but user show that it is admin

    I did a gpupdate/force and restart twice PC
    Yet, user indicate it is always admin when we right click on Start menu and see the possibility to open all users

    Hi elena_ad,

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the public on the TechNet site. Please post your question in the below link:

    http://social.technet.Microsoft.com/forums/en/winserverManagement/threads

Maybe you are looking for