2 vars

Home Forums Quform PHP 2 vars

This topic is: resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13505
    Frens
    Participant

    Hi

    sample

    [code]

    $week_nummer1= 1;
    $week_nummer2= 2;

    $query .= "test = " . $week_nummer1." - " .$week_nummer2. ",";
    [/code]

    In record test -2
    must 1-2

    Regards

    #13503
    Frens
    Participant

    Hi

    samole

    [code]

    $week_nummer = 1;
    $week_nummer2= 2;

    $query .= "test = " . $week_nummer1." - " .$week_nummer2. ",";
    [/code]

    In record test -2
    must 1-2

    Regards

    #13504
    Frens
    Participant

    Hi

    sample

    [code]

    $week_nummer 1= 1;
    $week_nummer2= 2;

    $query .= "test = " . $week_nummer1." - " .$week_nummer2. ",";
    [/code]

    In record test -2
    must 1-2

    Regards

    #13506
    Frens
    Participant

    Ok Now working fine… there was a error somewhere…..

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy