Visualizzazione dei risultati da 1 a 2 su 2

Discussione: who can help me!

  1. #1

    who can help me!

    Hi ..maybe a stupid question of a beginner: I have 2 radio boxes in my form. When first radio is selected than Text1 shoulb be added to the subject, when second radio is clicked then text2 should be added to subject. Here is the code:
    First, i check the right form and then check the is_customer which includes the 2 radios ..somewhere is a buf that not insert the text to subject

    Codice PHP:
    if ($_POST["is_tipp_form"] == "1") {                                
    if (
    $is_customer == 1) {                
    $case_subject " -Text1";         
    } else {            
    $case_subject " -Text2";             
    }                                 
      } 

  2. #2
    Moderatore di PHP L'avatar di Alhazred
    Registrato dal
    Oct 2003
    Messaggi
    12,448
    Hi, this is an Italian forum and we accept only Italian language.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.