Search:

Type: Posts; User: Mike

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    56,815

    I think the line is not changed as i described in...

    I think the line is not changed as i described in first message ?



    $rlMail -> send( $mail_tpl, $deparments[$_POST['department']]['email'], null, $your_email, $your_name );
  2. Replies
    21
    Views
    56,815

    Sorry, there is misspelling again (. we see what...

    Sorry, there is misspelling again (. we see what happens when you do not test code =) Problem was in {$department.name} variable it was {$deparment.name}

    Here is the corrected code.



    ...
  3. Replies
    21
    Views
    56,815

    :( another mistake i see now in the php code...

    :( another mistake i see now in the php code (Name --change to--> name)



    /* 1st thing */
    $deparments["deparment1"] = array("name" => $lang['department1_name'], "email" =>...
  4. Replies
    21
    Views
    56,815

    Sorry for delay with replies and the wrong code, ...

    Sorry for delay with replies and the wrong code,
    to fix parse error please correct code as below



    /* 1st thing */
    $deparments["deparment1"] = array("name" => $lang['department1_name'],...
  5. Replies
    21
    Views
    56,815

    Please clarify what is the text for ?? you can...

    Please clarify what is the text for ??
    you can edit any text from the Admin Panel>>Languages,

    ALso im sorry for delay with replies to others, - please let me know if you have problems with the...
  6. Replies
    21
    Views
    56,815

    Please clarify what is the text for ?? you can...

    Please clarify what is the text for ??
    you can edit any text from the Admin Panel>>Languages,

    ALso im sorry for delay with replies to others, - please let me know if you have problems with the...
  7. Replies
    21
    Views
    56,815

    Ok :) 1....

    Ok :)

    1. includes/controllers/contact_us.ing.php



    /* 1st thing */
    $deparments["deparment1"] = array("name" => $lang['deparment1_name'], "email" => "deparment1@site.com") ;...
Results 1 to 7 of 7